JavaScript and client side scripting.
Moderator: General Moderators
-
HiddenS3crets
- Forum Contributor
- Posts: 119
- Joined: Fri Apr 22, 2005 12:23 pm
- Location: USA
Post
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?

-
feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Post
by feyd »
iframe or frames?
-
HiddenS3crets
- Forum Contributor
- Posts: 119
- Joined: Fri Apr 22, 2005 12:23 pm
- Location: USA
Post
by HiddenS3crets »
are frames the only way? I feel like there's another way to do it (could be wrong)
-
feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Post
by feyd »
There are no other tags that will load external HTML.
-
webgroundz
- Forum Commoner
- Posts: 58
- Joined: Thu Jun 21, 2007 1:20 am
- Location: Philippines
Post
by webgroundz »
-
Gente
- Forum Contributor
- Posts: 252
- Joined: Wed Jun 13, 2007 9:43 am
- Location: Ukraine, Kharkov
-
Contact:
Post
by Gente »
There is one another way, called SSI. But it corresponds to the server side.