|
-
Jul 16th, 2001, 04:29 AM
#1
Thread Starter
Hyperactive Member
-
Jul 16th, 2001, 04:55 AM
#2
Member
Put this inside your < HEAD > < /HEAD > tags.
Code:
<script language="JavaScript">
window.setInterval("blankStatus()",10);
function blankStatus()
{
window.status="Whatever you want";
}
</script>
Now the world is gone I'm just one...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|