A little HTML help, please?

Nicole

New member
Hello,
could someone please tell me what this means:
function StatusHide() { status='Ready'; }

The full version of the HTML code is this:
<HTML><HEAD><TITLE>po</TITLE>
<script>
<!--
var oInterval = "";
function StatusHide() { status='Ready'; }
function StatusReset(){ clearInterval(oInterval); }
oInterval = setInterval(StatusHide,100);
//-->
</script></HEAD>
<frameset onLoad="StatusReset();" frameborder=no framespacing=0 border=0>
<frame src="http://www.shopping.bg/afl/305/5rhwd1pxgc/e/">
<noframes>
<BR><BR><BR><BR><BR><BR><BR><BR><BR><CENTER>
Your browser does not support frames - please <a href="http://www.shopping.bg/afl/305/5rhwd1pxgc/e/">click here</a> to load the web page
</CENTER></noframes></frameset></HTML>

Thanks a lot! A lot lot lot :)
 
Back
Top