<html> <head> <script type="text/javascript"> function Refresh(){ window.location.reload(); } </script> </head> <body> <input type="button" value="Click Refresh" onclick="Refresh()" /> </body> </html>