Hodiny








<script language="JavaScript">
<!-- Hide
function stat(txt) {
window.status = txt;
// setTimeout("erase()",6000);
}
function erase() {
window.status="";
}
// -->
</script>

<object ID="TimerControl" CLASSID="clsid:59CCB4A0-727D-11CF-AC36-00AA00A47DD2"
CODEBASE="http://activex.microsoft.com/controls/iexplorer/ietimer.ocx#Version=4,70,0,1182"
TYPE="application/x-oleobject" ALIGN="middle" width="14" height="14">
<param name="Interval" value="1000">
<param name="Enabled" value="True">
</object>

<script language="VBScript">
<!-- Hide the VBScript
Sub TimerControl_Timer()
' document.write("<B>"& Date & "<BR> " & Time & "</B>" )
TxtStatusMessage.Value=" " & Time
End Sub
// Stop hiding the code -->
</script>

<br>

<center><input NAME="TxtStatusMessage" TYPE="TEXT" SIZE="7"></center>