Close web form with button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello everyone.

Would someone please tell me the easy way to close a web page.
I have a page that displays details of a selected conference room.
On this page, I want to provide a "close" button or link (whatever is
easier) that closes the page.

For the life of me I cannot find the code to enable this.

tks in advance for you help -
alan
 
Response.Write("window.close()") will close the client

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
 
Back
Top