webmaster resources and information

Path = Home : Webmaster Resources : Javascript Tips : Reload A Window


Reload A Window With A Button or Link


 


Web Source Web Design Tips
by Shelley Lowery

Button

<form method="post">
<input type="button" value="Reload Window"
onclick="window.location.reload()">
</form>

Link

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

Reload Window

Place either code where you would like the button or link to appear.

 


Tip provided by: Web Source: Your Guide to Professional Web Design and Development. http://www.web-source.net

 







 

 

Menu


Online Stores


Search This Site

Custom Search

Miscellaneous