Javascript ใช้
Code: Select all
window.location.reload()
Code: Select all
<meta http-equiv="refresh" content="60;url=https://www.mindphp.com"/>
Code: Select all
<html>
<head>
<title>F5 reload หรือ Refresh หน้าเว็บด้วย Javascript และ HTML</title>
<script langauge="javascript">
window.location.reload();
</script>
</head>
<body>
</body>
</html>
Code: Select all
<meta http-equiv="refresh" content="60;url=https://www.mindphp.com"/>
Code: Select all
<script langauge="javascript">
window.location.reload();
</script>