Home Resources Forum Advertise Contact

Go Back   Webmaster Forums > Web Designing and Development > Web Design and Development

Web Design and Development Designing professional looking and fast loading websites is a real challenge. Let's talk about it here, and share some high quality resources perhaps.

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 5th December 2006, 09:24 PM
hassen1 hassen1 is offline
WD Addict Poster
 
Join Date: 29th October 2006
Posts: 2,603
Send a message via Yahoo to hassen1
Default What is the code to close a window?

Question: What is the code to close a window?
When you use a popup window, what is the code to close that window so people don't have to hit the "x" in the corner?

Answer:
Actually, there are two ways to go with this question. If you want a button that they have to click in order to close the popup window, use the following code:

<form><input type=button value="Close Window" onClick="window.close();"> </form>

If you want the popup window to close automatically after a predetermined time, add the onLoad command in the <body> tag of the html page in the popup window as follows:

<BODY onLoad="setTimeout(window.close, 5000)">

Increase the number 5000 to 20000 or higher depending on the amount of time it will take to read the content of that page.
Reply With Quote
  #2 (permalink)  
Old 29th January 2007, 02:54 AM
maggots maggots is offline
WD Addict Poster
 
Join Date: 8th June 2006
Posts: 336
Default

thanks for sharing man, newbies would love info like that
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

vB 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
Keep a close tab on your web site! hassen1 Marketing and advertising on the web 5 3rd August 2007 12:07 PM
Writing a business proposal 2 get a contract or close a deal arpan911 It's all about E-Business 3 3rd May 2007 08:47 AM
How do i create a link that opens a new window of a specific hassen1 Web Resource Centre 0 13th December 2006 08:30 PM
How do i create a link that opens a new window? hassen1 Web Resource Centre 0 13th December 2006 08:29 PM
Code for meta crawler! tino2099 Link Development 3 15th November 2006 09:57 PM


All times are GMT -4. The time now is 11:03 PM.


Powered by vBulletin
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC6
vB Ad Management by =RedTyger=