Hello,

Have a hyperlink on my page that opens a new window for a
survey. I want to add a button (command)on the
confirmation page that closes this window. How do I do
it?

Thank you very much.

Bilt

Re: Close new window by Kevin

Kevin
Thu Mar 04 10:53:33 CST 2004

<input type="button" value="Close This Window"
name="myButton" onclick="window.opener = self;window.close();">

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Bilt" <anonymous@discussions.microsoft.com> wrote in message
news:6e7001c40208$ea1a90e0$a001280a@phx.gbl...
> Hello,
>
> Have a hyperlink on my page that opens a new window for a
> survey. I want to add a button (command)on the
> confirmation page that closes this window. How do I do
> it?
>
> Thank you very much.
>
> Bilt