This code seems simple enough and it works with IE but not Netscape (v8.0.4). Any ideas?
Code:<html> <head> <title>Test onMouseover</title> </head> <body> <a href="#test" onMouseOver="window.status='Test'; return true;" onMouseout="window.status=' '; return true;" >Test window status bar change</a> <a name="test"></a> </body> </html>



Reply With Quote

Bookmarks