Close window hyperlink

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

Guest

I want a menue item to close a window, or a link to do the same. I'm using a new window to display a single page. Obviously the user could hit the "X" on the window to close it but I want an additional link to do so. Thanks for the help.
 
<input type="button" value="Close Page" Onclick="parent.close()">

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

PT said:
I want a menue item to close a window, or a link to do the same. I'm using a new window to
display a single page. Obviously the user could hit the "X" on the window to close it but I want an
additional link to do so. Thanks for the help.
 
<a href="javascript:window.close()">Close Window</a>

You can replace "Close Window" with any text you want.

Wally S

PT said:
I want a menue item to close a window, or a link to do the same. I'm
using a new window to display a single page. Obviously the user could hit
the "X" on the window to close it but I want an additional link to do so.
Thanks for the help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top