HI!!!
I've opened a window using the following code:
window.open("NewBrowser.html","newwin",config='status=0,toolbar=0,resizable=0');
and I want to be able to set the location of this new window via the user typing an address into a text box in the parent window.
How do I set the location of the new window, ie instead of writing 'location.href=document.formname.textboxname.value' what do I put?
Thanks for any help in advance . . . .
I've opened a window using the following code:
window.open("NewBrowser.html","newwin",config='status=0,toolbar=0,resizable=0');
and I want to be able to set the location of this new window via the user typing an address into a text box in the parent window.
How do I set the location of the new window, ie instead of writing 'location.href=document.formname.textboxname.value' what do I put?
Thanks for any help in advance . . . .