I have a window, that upon opening, opens a new window. I want to get the location of the second window and put it in a text box on a form in the first one.
I tried:
document.URLBox.URL.value = newwin.location;
but this doesn't seem to work.
Any ideas please?!
Thank you in advance . . .
I tried:
document.URLBox.URL.value = newwin.location;
but this doesn't seem to work.
Any ideas please?!
Thank you in advance . . .