Table of Contents


Wiki

Programming

HTML

Ignore Cache

<HEAD>
<META http-equiv="Cache-Control" content="no-cache">
<META http-equiv="Pragma" content="no-cache">
<META http-equiv="Expires" content="0">
</HEAD>

Redirect Page

<head>
	<META http-equiv="refresh" content="%DELAY%; URL=%DESTINATIONURL%">
	<TITLE></TITLE>
</head>
<body>

</body>