webmaster resources tips and articles
webmaster information

Path = Home : 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


 

 

© janim.net 2000 - 2008 All rights reserved