Hello all,
I have cleared the stage of changing the window status on mouse over
and on mouse out.
echo "<a href='/list.php' onmouseover=\"window.status=' '; return true;\"
onmouseout=\"window.status=' '; return true;\">Click here</a>";
When I keep on pressing my left mouse button it is displaying the URL in the
status bar.
How to remove the status?
Any one there to help me?-Murugesan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

