index.asp


<html>
<head>

<title>TB-1 SWITCHES</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language = "JavaScript">
<!--
// This function reload the page each 5 seconds
function AutoReload()
{
        self.location.reload();
        window.setTimeout("AutoReload()", 5000); // reinit timer
}

window.setTimeout("AutoReload()", 5000); // 5000-mseconds interval
//-->
</script> 
</head>

<body>
    Switch1: ^P3.2^<br>Switch2: ^P3.3^
</body>
</html>

Screenshot