iTech College - Internet Technology, Online Education, E-Learning, Technician Training, Tech Tutorials, Distance Education, Virtual Learning JSP Course: JSP Tags and Include File - www.itechcollege.com JSP Course: JSP Tags and Include File - www.itechcollege.com
Free Courses
HTML
JavaScript
CSS
ASP
PHP
JSP
C++
ASP.NET
SQL
AJAX
FTP
XML

courses > JSP > JSP Tags and Include File

<%, %> and Include File

There are a pair of tags for enclosing your JSP Code: <% and %>. The below is an example:

<html>
<body>
<%
  out.println "This is my first JSP page.";
%>
</body>
</html>

You can include a file into your JSP page. The syntax is like that:

<jsp:include page="abc.htm" /> 

or:

<%@ include file="abc.htm" %>

Let's create a file called "abc.htm", enter any content inside and save it in the same folder where first.JSP exists, then we include it into our "first.JSP":

<html>
<body>
<%
   out.println "This is my first JSP page.";
%>

<jsp:include page="abc.htm" />
</body>
</html>

Save it and refresh the browser. You will see the content of the page abc.htm displays inside the page first.JSP.

The included file can be a .txt file or a .htm file or a .JSP file.



  Back to Index Page
 Next Page:  

Introduction
JSP Tags and Include File
println and getParameter
The If Statement
For Loop
Redirect
Session
Use Database
JSP syntax
Scripting elements
Actions


Online Education, Online Training for Your Job, Distance Education, E-learning Programs for Your Career!Online Colleges, Online Universities, E-learning & Distance Education for Your Career! Easy Job Training & Online Courses.


   Email A Friend  
 
Earn Online Degree
for Your Job
I found a job after I earned an online degree!
Online classes for finding a Job. Online College, Online University, Degrees, E-learning school, online certificate Earn your
online degree now!
Online Training
for Good Job
Why I work so hard but earn so little? Why I cannot find a high paying job?
Online training for a Good Jobs. Online Degree, E-learning school, online certificate Go to
online school now!

Copyright ©2024, itechcollege.com. All rights reserved
iTechCollege | About iTech | Contact iTech