Guys, This code is not working with my IE7 and Firefox and opera. anyone know the correct code? I dont' want to show my url in the window status bar. plz help me. <script language="javascript"> function setStatus(text) { setTimeout("window.status = \'" + text + "\';", 0); return true; } </script> onMouseOver="return setStatus('Hai There!');"
You can't modify the status bar anymore -- too many phishing sites use this to trick unsuspecting users into clicking a link they shouldn't click... Too bad for you.