hi,

on my new website i would like to open a popup which i did with succes. now
my question is; is it possible to control the window where i have opened my
popup ? for example i open my popup, i click on a link in my popup and the
window should go to another link & my popup should close

kind regards

Jan Coucke

Re: link to window by Ray

Ray
Wed May 26 10:54:25 CDT 2004

You're using VB Script for client-side scripting in a browser? Tsk tsk...

Here's a Javascript way:

window.opener.location.href='yourlink.asp'; window.close();

Ray at work


"Jan Coucke" <Bunz@spampandora.be> wrote in message
news:%23C1Z49yQEHA.3140@tk2msftngp13.phx.gbl...
> hi,
>
> on my new website i would like to open a popup which i did with succes.
now
> my question is; is it possible to control the window where i have opened
my
> popup ? for example i open my popup, i click on a link in my popup and the
> window should go to another link & my popup should close
>
> kind regards
>
> Jan Coucke
>
>