Reload perfection
Posted: Mon Oct 28, 2002 8:48 am
Please, tell me there is a better way performing automatic reloads than:
I'd prefer something like:
Code: Select all
<HTML>
<HEAD>
<SCRIPT Language=JavaScript>
document.location.reload();
</SCRIPT>
</HEAD>
<BODY>
</BODY>
</HTML>Code: Select all
<HTML>
<HEAD>
<META Reload>
</HEAD>
<BODY>
</BODY>
</HTML>