usban
01-02-2003, 11:30 PM
I'm having a problem with frames and i'm completely astonished. I have this frameset:
<frameset rows="50,*" cols="*" SCROLLING="no" border="0">
<frame src="titulo.html" name="top" SCROLLING="no">
<frameset rows="*" cols="135,* SCROLLING="no">
<frame src="menuv.html" name="menu" SCROLLING="no">
<frame src="centerv.html" name="principal">
</frameset>
</frameset>
As you can see, one horizontal above, and in the one that is under i have two more frames.
Well the problem is that when i call
nombre = window.frames[0].name; ---> i get "top"
nombre = window.frames[1].name; ---> i get "menu"
but when i call
nombre = window.frames[2].name;
i get "No permission"
I don't know why, i have think it around but no idea, it happens with all the properties of this frame.
:mad: PLease help me
<frameset rows="50,*" cols="*" SCROLLING="no" border="0">
<frame src="titulo.html" name="top" SCROLLING="no">
<frameset rows="*" cols="135,* SCROLLING="no">
<frame src="menuv.html" name="menu" SCROLLING="no">
<frame src="centerv.html" name="principal">
</frameset>
</frameset>
As you can see, one horizontal above, and in the one that is under i have two more frames.
Well the problem is that when i call
nombre = window.frames[0].name; ---> i get "top"
nombre = window.frames[1].name; ---> i get "menu"
but when i call
nombre = window.frames[2].name;
i get "No permission"
I don't know why, i have think it around but no idea, it happens with all the properties of this frame.
:mad: PLease help me