{JavaSkript : Reload}

Durch dieses Skript kann eine Homepage durch JavaSkript reloadet werden.

Reload auf Button - Klick

<input type="button" value="Reload" onclick="history.go(0)">
oder
<input type="button" value="Reload" name="Reload" onclick="javascript:location.reload()">

Automatischer Reload bei Seitenaufruf

<body onclick="javascript:location.reload()">
oder
<body onclick="javascript:history.go(0)">

Reload durch Link

< a href="javascript:location.reload()">Reload</a>
oder
<a href="javascript:history.go(0)">Reload</a>


© by Christian Thiele - WebmasterNETZ  - http://www.webmasternetz.de - 13.07.99