Friday, November 23, 2012

Reload Page


<!DOCTYPE html>
<html>
<head>
<script>
function reloadPage()
  {
  location.reload()
  }
</script>
</head>
<body>

<input type="button" value="Reload page" onclick="reloadPage()">

</body>
</html>

0 comments:

Post a Comment

Thanks For Coming The Page.