Page 1 of 1

HTML tag to display contents of another file

Posted: Wed Jul 18, 2007 4:11 pm
by HiddenS3crets
I'm having a big brain fart and can't recall the code to display another html file's contents in the current html file. Can anyone help me out? :roll:

Posted: Wed Jul 18, 2007 4:13 pm
by feyd
iframe or frames?

Posted: Wed Jul 18, 2007 4:14 pm
by HiddenS3crets
are frames the only way? I feel like there's another way to do it (could be wrong)

Posted: Wed Jul 18, 2007 4:35 pm
by feyd
There are no other tags that will load external HTML.

Posted: Wed Jul 18, 2007 7:50 pm
by webgroundz
feyd is right only frame is the solution for your problem... :) :) :)

Posted: Thu Jul 19, 2007 7:07 am
by Gente
There is one another way, called SSI. But it corresponds to the server side.