<!DOCTYPE html>
<title>My Example</title>
<input type="button" value="Refresh Page" onclick="document.location.reload(true);">
<!-- Test the refresh by outputting the time in milliseconds -->
<script>
document.write(new Date().getTime());
</script>