jollywoz
09-16-2002, 04:02 PM
Hi all,
i'm looking to grab the url from a frames page running in a newly opened window.
i've got the new window opened from a button, then i can navigate the new window to the page in question.
then i want to go back to the Old(first) window and click a button and grab the url from the newly opened page...
this make sense to anyone?.
window.open('url_to_open','searchthis')
to open the new window.
this page now opened should open a frames page with named frames....
how do i now reference these frames via the original parent.
thx
i'm looking to grab the url from a frames page running in a newly opened window.
i've got the new window opened from a button, then i can navigate the new window to the page in question.
then i want to go back to the Old(first) window and click a button and grab the url from the newly opened page...
this make sense to anyone?.
window.open('url_to_open','searchthis')
to open the new window.
this page now opened should open a frames page with named frames....
how do i now reference these frames via the original parent.
thx