Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is it possible to include html page in another html page?

Status
Not open for further replies.

kanghao

IS-IT--Management
Jul 4, 2004
68
KR

Is it possible to include html page in another html page?

I'm saying static html page.
 
isn't it supposed to work in asp or jsp?
I have two files below.
help me please.

include_test.htm
<html xmlns=" >
<head>
<title>Untitled Page</title>
</head>
<body>
<!--#include file="text.txt" -->
</body>
</html>

text.txt
<b>aaa</b>
 
You have got the code right. try naming the file include_test.asp

You will also need to test it on a server that supports asp

for more info I would look in the asp forum or have a look at w3schools.com
 
MrGTheBeast
You mean I can include pages if the page is a just html?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top