Author
Basic Doubt
Somasundaram Karthikeyan
Greenhorn
Joined: Feb 28, 2001
Posts: 7
posted Apr 08, 2001 00:58:00
0
How do I include one html file in another html file? Please help me. Thanks in advance. K.Somasundaram
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted Apr 11, 2001 12:45:00
0
What are you trying to accomplish?
Dale DeMott
Ranch Hand
Joined: Nov 02, 2000
Posts: 514
You are probably going to need some or of language that can be executed like JSP , ASP, or PHP. These languages use an include technique. HTML doesn't have this capability. -Dale ------------------ What's this H2SO4 doing in my fridge?? ( thud )
By failing to prepare, you are preparing to fail.<br />Benjamin Franklin (1706 - 1790)
Ruyard Kipling
Greenhorn
Joined: Apr 26, 2001
Posts: 11
posted Apr 26, 2001 22:00:00
0
ASP makes it easy, but ive never used JSP.... here's a litte description of include files, i think... http://brinkster.com/Articles/ASP/Advanced/IncludeFiles.asp
Somasundaram Karthikeyan
Greenhorn
Joined: Feb 28, 2001
Posts: 7
posted May 02, 2001 02:40:00
0
For your kind reply, Thankyou to all. Thanks a lot. K.Somasundaram
Daniel Craig
Greenhorn
Joined: May 13, 2001
Posts: 7
posted May 29, 2001 21:22:00
0
You could try using the IFRAME tag. Not compatible with Netscape 4.x or under though.
//That is all
subject: Basic Doubt