Jul 10, 2006 #1 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.
Jul 10, 2006 #2 cLFlaVA Programmer Jun 14, 2004 6,450 US yes. use SSI. or frames. *cLFlaVA ---------------------------- [tt]( <P> <B>)13 * (<P> <.</B>)[/tt] [URL unfurl="true"]http://www.coryarthus.com/[/url] Upvote 0 Downvote
yes. use SSI. or frames. *cLFlaVA ---------------------------- [tt]( <P> <B>)13 * (<P> <.</B>)[/tt] [URL unfurl="true"]http://www.coryarthus.com/[/url]
Jul 10, 2006 Thread starter #3 kanghao IS-IT--Management Jul 4, 2004 68 KR isn't it supposed to work in asp or jsp? I have two files below. help me please. include_test.htm <html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>Untitled Page</title> </head> <body> <!--#include file="text.txt" --> </body> </html> text.txt <b>aaa</b> Upvote 0 Downvote
isn't it supposed to work in asp or jsp? I have two files below. help me please. include_test.htm <html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>Untitled Page</title> </head> <body> <!--#include file="text.txt" --> </body> </html> text.txt <b>aaa</b>
Jul 11, 2006 #4 MrGTheBeast Technical User Oct 22, 2002 40 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 Upvote 0 Downvote
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
Jul 11, 2006 Thread starter #5 kanghao IS-IT--Management Jul 4, 2004 68 KR MrGTheBeast You mean I can include pages if the page is a just html? Upvote 0 Downvote
Jul 12, 2006 #6 cLFlaVA Programmer Jun 14, 2004 6,450 US This is not a JavaScript question. Try asking in the ASP forum (forum333). *cLFlaVA ---------------------------- [tt]( <P> <B>)13 * (<P> <.</B>)[/tt] [URL unfurl="true"]http://www.coryarthus.com/[/url] Upvote 0 Downvote
This is not a JavaScript question. Try asking in the ASP forum (forum333). *cLFlaVA ---------------------------- [tt]( <P> <B>)13 * (<P> <.</B>)[/tt] [URL unfurl="true"]http://www.coryarthus.com/[/url]