Guest_imported
New member
- Jan 1, 1970
- 0
hi,
i've got a small problem with frames and using the location.href call.
the framset is fairly simple:
<frameset rows=80,* cols=80,*>
<frame name=upleftcorner src=????.html>
<frame name=up src=????.html>
<frame name=left src=menuframe.html>
<frame name=main src=????.html>
</frameset>
so this is the frameset from index.html then in the leftframes there's another frameset:
<frameset rows=*,80>
<frame name=leftup src=a.html>
<frame name=leftdown src=b.html>
</frameset>
in the files c there's an onload event in the body which should load an empty.html file in the leftdown frame...
in a.html is an link that loads c.html in frame leftup which when loaded should load an empty file in leftdown frame.
i've tried: top.leftdown.location=empty.html (or location.href=empty.html... but that doesn't work..
How can I get this to work?
i've got a small problem with frames and using the location.href call.
the framset is fairly simple:
<frameset rows=80,* cols=80,*>
<frame name=upleftcorner src=????.html>
<frame name=up src=????.html>
<frame name=left src=menuframe.html>
<frame name=main src=????.html>
</frameset>
so this is the frameset from index.html then in the leftframes there's another frameset:
<frameset rows=*,80>
<frame name=leftup src=a.html>
<frame name=leftdown src=b.html>
</frameset>
in the files c there's an onload event in the body which should load an empty.html file in the leftdown frame...
in a.html is an link that loads c.html in frame leftup which when loaded should load an empty file in leftdown frame.
i've tried: top.leftdown.location=empty.html (or location.href=empty.html... but that doesn't work..
How can I get this to work?