Posted by Jim Michaels on 02/17/06 09:29
you assign the results of window.open() to a variable.
variable.focus(); makes sure that window gets the focus.
then, variable.close();
then, window.focus(); (probably redundant, but a good step)
<sheldonlg@gmail.com> wrote in message
news:1138847039.426464.27980@f14g2000cwb.googlegroups.com...
>I know how to open the next page in a new window. What I want to know
> is how do you close that new window and return to the original window?
>
> Thanks.
>
> Shelly
>
Navigation:
[Reply to this message]
|