web 2.0

How to use ASP & #include

How to use ASP &  #include This the tutorial/example a scripts how to use ASP & #include file

ShotDev Focus:
- ASP & #include file

Example

asp_include1.asp


<%
Response.write("I Love ShotDev.Com<br>")
strMySite = "I Loveeeeee ShotDev.Com"
%>

asp_include2.asp


<html>
<head>
<title>ShotDev.Com Tutorial</title>
</head>
<body>
<!--#include file="asp_include1.asp"-->
<hr>
<%
Response.write("We Love ShotDev.Com Toooooooooooooo.<br>")
Response.write(strMySite&"<br>")
%>
</body>
</html>

Create a asp file and save to path root-path/myasp/

Run
http://localhost/myasp/asp_include2.asp

Screenshot

ASP & Include

.
.
.

Download this script.
Download

1 Star2 Stars3 Stars4 Stars5 Stars6 Stars7 Stars8 Stars9 Stars10 Stars (1 votes, average: 1.00 out of 10)
Loading ... Loading ...

One Response to “How to use ASP & #include”

  1. 2undivided…

Leave a Reply

You must be logged in to post a comment.