Home Advertising Contact
 

 

Big Resources
 BoxedArt
 StockedPhotos
 123Webmaster
 A1Javascripts
 1-Click-Clipart
 FresherImage
 FontFiles
 HTMLforums
 httpCITY
 PerlAccess
 HostRaiders
 
 
BigResources Somewhat Weekly Ezine



 
  :: Free Email Account
:: Link to Us
:: Contact Us
:: Advertise
:: Careers
:: Privacy
 

The Free Site!

DrawShop.com

  ::Other Resources:

Web Templates
Web Hosting Reviews Turnkey Websites
Stock Photos
CMS Templates
Web Design Tutorials
Webmaster Resources
Javascripts
Website Reviews
DHTML Scripts
Free Web Templates
Web Templates
Internet Provider
Web Hosting Provider
Broadband Internet
Create a free forum



Unlimited Web Templates

All access to thousands of web templates, logos, icons, more...


Royalty Free Stock Photos

All access to thousands of professional stock photos


Turnkey Website Templates
Fully scripted PHP website templates!

 
123Webmaster.com : Onsite : Management
Create a "Close Window" Button
by Candice Pardue
http://www.justforwebmasters.com
Previously, I wrote an article revealing how to cause your web page to open up in a new browser window by inserting a special html link code.

If you missed that article, or forgot about it, you can read it online by following the link below:

http://www.webmastercourse.com/articles/open-new-window/

The "Close Window" button allows your visitors to return to the previously viewed web page by clicking the button instead of clicking on the "X" at the top right corner of the browser window to exit the page.

Having a button that says "Close Window" will highly increase your return rate to the previous page.  This simple button gives the customer little choice but to come back to the previous page
he/she was viewing.  It aids in helping you reach your goal with your visitors and building an effective website presentation.

To view a real working example of the "Close Window" button feature, follow the link below:

http://www.webmastercourse.com/test-page/

Simply click on the link available at the sample test page number 1 and a web page will open up in a new browser window containing the
"Close Window" button for you to test out.

When you click on the "Close Window" Button, notice that you'll automatically return to the previous page naturally (Test Page 1).

This prevents awkwardness for beginners who may be visiting your website.  You'd be surprised at how many online viewers still
don't know how to close browser windows and open up new ones.

The CODE:

Insert the following code "as is" into your web page html using copy and paste where you would like to position your "Close Window"
button on your web page:

---Begin Code---

<form method="post">
<input type="button" value="Close Window"
onclick="window.close()">
</form>

--- End Code---
 

I realize that I take many things for granted online because I've been surfing the net a while and designing web pages also.  But, there are many beginners online who don't know the first thing about surfing the net.

Keep this in mind while designing your website and create an easy to navigate, simple site that beginners will appreciate.

----------------------------------------------------------
Article written by Candice Pardue, editor of Web Design Weekly.  Go here for affordable website design for your small business and a
FREE web design quote...
http://www.webmastercourse.com/web-design-services/
----------------------------------------------------------
 
 


Discussion - Client Side Scripting

© BIG RESOURCES, INC.