Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Javascript window.status not working
All I want to do is change the window status to "Main" when I hover over that main page link. Here's what I have:
<a href="main.html" onMouseOver="window.status='Main'; return true;">Main Page</a>
This doesn't work. There isn't anything in the status bar when i hover over it. Please help me figure this out.
Thx.