Re: Closing a window

From: Thomas A. Rowe (tarowe_at_mvps.org)
Date: 05/25/04


Date: Tue, 25 May 2004 17:59:40 -0400

You can only add a Close this Window button, and not receive a warning message, if the window is
created with JavaScript:

Close window:

<a href="javascript:void(0);" onclick="window.close();">Close This Window</a>

-- 
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
"Mel" <anonymous@discussions.microsoft.com> wrote in message
news:1A9EB82E-9D8E-4920-95AB-03AA8472562F@microsoft.com...
> I'm using FrontPage 2002 - I have windows that open up on top of the other ones and I want to have
a "Close Window" button on the bottom of the window.  I already have my hover button on the page, I
just don't know how to make it close when I click it...any help?