Thomas_Briggs
07-19-2003, 09:25 PM
How do I make a "close this window" link on my web page
Thanks
WebCraft
07-19-2003, 10:17 PM
Hey Thomas,
the solution is very simple.
1) In your html editor (ie Dreamweaver, or Front Page) type "Click to Close" or anything similar.
2) Highlight the text to create a link. In the link area type:
javascript:window.close()
Thats it!
I hope you get it to work. If not, just respond to this forum and I will be glad to help.
drummin
07-28-2005, 03:10 PM
Close Window (javascript:window.close();)