Hi People!
I have a parent window that opens a child. From the child i want to access to the value of a textbox in a frame in the opener window. The textbox (Level) exists on a frame called "Menu" on the parent window. I cant seem to reference to the frame correctly, heres what I have so far:
window.opener.parent.top.frames["Menu"].Level.value
What I´m doing wrong?
It´s posible that window.opener doesn´t work in IE 6?
Thanks in advance
My keyboard are on-fire baby!
I have a parent window that opens a child. From the child i want to access to the value of a textbox in a frame in the opener window. The textbox (Level) exists on a frame called "Menu" on the parent window. I cant seem to reference to the frame correctly, heres what I have so far:
window.opener.parent.top.frames["Menu"].Level.value
What I´m doing wrong?
It´s posible that window.opener doesn´t work in IE 6?
Thanks in advance
My keyboard are on-fire baby!