Dilruba
-
Total Posts
:
5
- Scores: 0
-
Reward points
:
0
- Joined: 11/12/2007
-
Status: offline
|
Include a page in another page, asp, vbscript
Wednesday, December 12, 2007 12:41 AM
( permalink)
Hierarchy of directory are as follows: 1.wwwroot 1a. store 1b. hide 1c. full Suppose a page "fruit.asp" in the 'store' folder. Another page 'vagitable.asp" in the 'wwwroot' folder. Now i want to create another page "water.asp" in 'full' folder. i want to include "fruit.asp" and "vagitable.asp" in "water.asp" Then, are the following two line are right? [CODE]<!--#include file="../store/fruit.asp" --> <!--#include file="../vagitable.asp" -->[/CODE]
|
|
|
|