<html> <head> <script type="text/javascript"> function refresh() { window.location.reload() } </script> </head> <body> <form> <input type="button" value="Refresh page" onclick="refresh()"> </form> </body> </html>
Edit the text above, and click on the button to see the result.
Copyright © 2007-2008, Www.JavaBasics.We.Bs All rights reserved.