BrightStarPro
07-08-2009, 10:46 PM
Hey everyone,
Okay here's the setup. Lets say I have two html files. One is "A.html" and the other is "B.html".
"A.html" is a standard webpage with an iframe in the dead center of the page.
"B.html" is page that gets loaded into the iframe.
Obviously, if someone loads "B.html", they're not going to see the webpage the way I inteneded it to look (with it loading into the iframe in "A.html")
So, is their some kind of script that I can put into "B.html" so that when anyone loads it, the script would automatically call upon "A.html" to load first and put "B.html" in the designated iframe (rather than the reverse, which is usually the standard)?
Okay here's the setup. Lets say I have two html files. One is "A.html" and the other is "B.html".
"A.html" is a standard webpage with an iframe in the dead center of the page.
"B.html" is page that gets loaded into the iframe.
Obviously, if someone loads "B.html", they're not going to see the webpage the way I inteneded it to look (with it loading into the iframe in "A.html")
So, is their some kind of script that I can put into "B.html" so that when anyone loads it, the script would automatically call upon "A.html" to load first and put "B.html" in the designated iframe (rather than the reverse, which is usually the standard)?