Forum Moderators: open
function threeiframes(iframe1,page1,iframe2,page2,iframe3,page3) {
eval("parent."+iframe1+".location='"+page1+"'");
eval("parent."+iframe2+".location='"+page2+"'");
eval("parent."+iframe3+".location='"+page3+"'");
}
/Body
<td colspan="9" rowspan="3" id="Content"><iframe name="content" frameborder="0" width="307" height="352" src="TXT/Hometxt.htm" allowtransparency="true"></iframe></td>
I appreciate any typpa help.
That is exactly the way the Back Button works on IE with any kind of frames. The only way you got all three iframes to change their source document at once was with some kind of script, correct?
The Back Button is not hooked into any script -- it just follows the browser's history list. So it only "knows" what pages were loaded, where, and in what order. All three iframes did not actually change at the same time, they were reloaded one by one.