I have found the following web page which talks about opening a window and accessing it's properties at: http://wbabstract.com/javatutors/window5.shtml.
My problem is the following. I have a web page generated by an asp page which is not from an open statement. I want to open a popup (which I have working) and send the value of a radio button back to the original window. If the original window was not generated by an open statement, is there a way to assign the original window a name as in the example on the above site? I understand that the window.parent.document.form.field.value works only with frames and that the original page I am working with does not use frames.
If you can help, an example will provide a good mental picture.
My problem is the following. I have a web page generated by an asp page which is not from an open statement. I want to open a popup (which I have working) and send the value of a radio button back to the original window. If the original window was not generated by an open statement, is there a way to assign the original window a name as in the example on the above site? I understand that the window.parent.document.form.field.value works only with frames and that the original page I am working with does not use frames.
If you can help, an example will provide a good mental picture.
Comment