I am having trouble figuring out the correct way of displaying two different web sites in one browser within frames IF one of those two sites also uses frames.
For example
The following works because the two target sites do not use frames
frame src="http://www.obriensweb.com/sked/mobile.php?board=lotw">
<frame
src="http://www.obriensweb.com/sked/mobile.php?board=digitalradio">
BUT if I use
<frame src="http://www.obriensweb.com/sked">
<frameset rows="80%,20%">
<frame src="http://hamspots.net/">
<frame src="http://www.obriensweb.com/sked/">
</frameset>
The two intended web sites open for a fraction of a second and then a browser reverts to just one of the target web sites, not both. Both sites contain PHP as well as HTML . You can see what happens by going to http://www.obriensweb.com/digispotter.html
Is it possible to code two frames targeting different web sites that also use frames ? I used to be able to do it but something seems to stop it nowadays.
Andy


Reply With Quote

Bookmarks