Guide to creating a web site, web design, web development, internet marketing, promotion, html tips and tricks, javascript and more.

Your Guide to Professional
Web Site Design and Development

HTML Tips
HTML Codes
Web Development
Web Design Tips
JavaScript Codes
216 Web Safe Colors
CSS Tutorial
JavaScript Tutorial
ASCII Character Codes

Offering Free Javascript Tips, Snippets and Codes

Open Directory Projectfree ebooksfree articles
web site design development internet marketing and promotion tutorials

| Web Site Development | HTML Codes | HTML Tips | Web Design TipsJavascript Snippets | 216 Safe Colors | Symbols | CSS Tutorial | JavaScript Tutorial |

webmaster resources
website design

Reload a Window With a Link

Would you like to enable your visitors to reload a window with a link? This JavaScript code may be what you're looking for.

You can enable your visitors to click on, what looks like, a standard HTML link to reload your web page using JavaScript:

Reload Window
Click the above link to reload this window

This 'reload a window with a link' code has a variety of uses, such as reloading your page to view changes. For example, if you're using a script that rotates content, you may want your visitors to reload your web page by clicking on a link to view new tips, new images, new articles or whatever you'd like.

Copy and paste the following JavaScript code into your HTML where you would like the link to appear:

<a href="javascript: window.location.reload()">Reload Window</a>





Submit your JavaScript code snippets. We'll credit you and give you a link to your website.