Gratz
04-12-2003, 09:08 AM
I've had great problems with my frames recently, i have a frameset like this (includes some php, you might notice on the src of the frame in this):
<FRAMESET COLS="150,*">
<FRAME SRC="thelist.php?page=menu" name="left" frameborder=no bordercolor=black noresize scrolling=no>
<FRAMESET ROWS="50%,50%">
<FRAME SRC="thelist.php?page=diarymain" name="thelisttop" border=0 bordercolor=black>
<FRAME SRC="thelist.php?page=equipmentout" name="thelistbottom" border=0 bordercolor=black>
</FRAMESET>
</FRAMESET>
That all works fine..
in my menu frame i have this function which is triggered ONLOAD:
function updateframes(init)
{
window.parent.frames[1].document.location.reload();
window.parent.frames[2].document.location.reload();
}
With Internet Explorer it works fine, but with mozilla or netscape it doesn't load the content of either thelisttop or thelistbottom frames and it appears to be random, i refresh the page and only one will show, refresh again and only 1 will show again, refresh again and the other one will show, refresh again and neither of the 2 will show.
i wrote a bug report to bugzilla..
http://bugzilla.mozilla.org/show_bug.cgi?id=201336
who then replied referring me to..
http://bugzilla.mozilla.org/show_bug.cgi?id=201108
I'm still stuck with the problem though.. anyone got any advice on a workaround or anything to help me??
Really bugging me (excuse the pun) and detemined not to be beaten by this
<FRAMESET COLS="150,*">
<FRAME SRC="thelist.php?page=menu" name="left" frameborder=no bordercolor=black noresize scrolling=no>
<FRAMESET ROWS="50%,50%">
<FRAME SRC="thelist.php?page=diarymain" name="thelisttop" border=0 bordercolor=black>
<FRAME SRC="thelist.php?page=equipmentout" name="thelistbottom" border=0 bordercolor=black>
</FRAMESET>
</FRAMESET>
That all works fine..
in my menu frame i have this function which is triggered ONLOAD:
function updateframes(init)
{
window.parent.frames[1].document.location.reload();
window.parent.frames[2].document.location.reload();
}
With Internet Explorer it works fine, but with mozilla or netscape it doesn't load the content of either thelisttop or thelistbottom frames and it appears to be random, i refresh the page and only one will show, refresh again and only 1 will show again, refresh again and the other one will show, refresh again and neither of the 2 will show.
i wrote a bug report to bugzilla..
http://bugzilla.mozilla.org/show_bug.cgi?id=201336
who then replied referring me to..
http://bugzilla.mozilla.org/show_bug.cgi?id=201108
I'm still stuck with the problem though.. anyone got any advice on a workaround or anything to help me??
Really bugging me (excuse the pun) and detemined not to be beaten by this