Back    Forward    Refresh

Source Code

<!-- Code of Back Button, Forward Button, Refresh Button -->
<html>
<head>
    <title>Browser Buttons</title>
</head>

<body>
<a href="javascript:history.back(1)">Back</a>
<a href="javascript:history.forward(1)">Forward</a>
<a href="javascript:location.reload()">Refresh</a>
</body>
</html>

 

Send mail to santhosh_emids@yahoo.com with questions or comments about this web site.
Last modified: November 16, 2000