link to close window in html page

This is a discussion on "link to close window in html page" within the Web Page Design section. This forum, and the thread "link to close window in html page are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 1st, 2008, 09:14
New Member
Join Date: Jun 2008
Location: Israel
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
link to close window in html page

How do i create a link in html to close window?
Thanks
Reply With Quote

  #2 (permalink)  
Old Jun 1st, 2008, 11:34
Aso's Avatar
Aso Aso is offline
Chief Moderator

SuperMember
Join Date: Oct 2007
Location: UK
Posts: 1,114
Blog Entries: 2
Thanks: 5
Thanked 35 Times in 32 Posts
Re: link to close window in html page

You'll need a hint of JavaScript.

Something like this should work;
Code: Select all
<a href="javascript:window.close();">Close Window</a>
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] press button to close window R8515198 Web Page Design 2 Jan 27th, 2008 16:39
[SOLVED] close current window in php script Posie PHP Forum 7 Dec 14th, 2007 05:38
Pointing a link to dir instead of html page plato Starting Out 2 Aug 20th, 2007 21:04
How to link HTML page to CSS file winwin Web Page Design 18 Dec 21st, 2006 09:46
invoke small html page or window on textbox after f9 key press aavvii JavaScript Forum 5 Nov 23rd, 2006 21:43


All times are GMT. The time now is 09:15.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43