iTech College - Internet Technology, Online Education, E-Learning, Technician Training, Tech Tutorials, Distance Education, Virtual Learning ASP Course: ASP Tage and Include File - www.itechcollege.com ASP Course: ASP Tage and Include File - www.itechcollege.com
Online Degrees Scholarships & Fellowships Internships Student Financial Aid Study Abroad Itech Bookstore
Free Courses
HTML
JavaScript
CSS
ASP
PHP
JSP
ASP.NET
SQL
AJAX
FTP
XML
Career Center
Job List
Web Jobs
Student Jobs
Computer Jobs
Engineer Jobs
Developer Jobs
Job Search
Resume Writing
Job Interview
Salary Info


itech > courses > ASP > ASP Tage and Include File

<%, %> and Include File

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

<html>
<body>
<%
   Response.Write "This is my first ASP page."
%>
</body>
</html>

Save this page as "first.asp" and put it in the root folder of your PWS. The path of the root folder should be:

C:\Inetpub\wwwroot\

After saving the page in the root folder, you can open web browser, type:

http://127.0.01/first.asp

Enter. You should see the content:

This is my first ASP page.

Very simple but you get your first ASP page running!

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

<!--#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.asp exists, then we include it into our "first.asp":

<html>
<body>
<%
   Response.Write "This is my first ASP page."
%>

<!--#include file="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.asp.

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

  Back to Index Page
Next Page >>   Introduction
ASP Tags and Include File
Response and Request
If Then
For Loop
Redirect
Sessiont
Use Database
 

ASP Books
ASP Jobs



Bookmark:  del.icio.us digg facebook Reddit Mixx BlinkList Fark Furl NewsVine Simpy Spurl Segnalo Technorati blogmarks Google YahooMyWeb Windows Live



ASP Course: ASP Tage and Include File - www.itechcollege.com
Copyright ©2008, itechcollege.com. All rights reserved
iTechCollege | About iTech | Contact iTech