Close Window Button

How to Create a “Close Window” Button in Web Page Design

There are always new ideas in web site designing so this is just one more you can use. It seems simple enough but when you create a close window button your site will come to life in a new and dynamic way.

The following tutorial lists some simple, informative web design ideas that will help you have a better experience with close window buttons.

Previously, I wrote a lesson revealing how to cause your web page to open up in a new browser window by inserting a Close window button codespecial html link code. If you missed that article, or forgot about it, you can read it online by following the link below:

How to Cause Your Web Page to Open Up In a New Browser 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.

If you are a subscriber to the Web designing lessons this is just one of the many tips you’ll receive. Take a moment to join while you’re on the site.

Decrease Your Web Page Bounce Rate

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 design and presentation.

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:

If you don’t have accurate details regarding close window buttons, then you might make a bad choice on the subject. Don’t let that happen: keep reading.

—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 still beginners online who still don’t know very much about surfing the net.

Keep this in mind while designing your beginner’s website and create an easy to navigate, simple site that a novice will appreciate.

No matter if you are in San Francisco or Orlando these new website design ideas will help your online business run smoother. Just remember to keep it simple.

Close Window Button