A window.status class needs to be created with the following feature:
> Updates when an event happens > Maintains some state about what messages/items to include on the line
Logged In: YES user_id=316978
Some like this:
<html> <HEAD> <script language="JavaScript"> <!-- function ChangeWinStat() { window.status = "Hello World!";
}
// do the work..
ChangeWinStat();
//--> </script></HEAD> <BODY> HELLO </BODY> </HTML>
Log in to post a comment.
Logged In: YES
user_id=316978
Some like this:
<html>
<HEAD>
<script language="JavaScript">
<!--
function ChangeWinStat() {
window.status = "Hello World!";
}
// do the work..
ChangeWinStat();
//-->
</script></HEAD>
<BODY>
HELLO
</BODY>
</HTML>