orchid2
01-15-2003, 10:57 AM
where can I find the code for the text in the status bar?
|
View Full Version : help orchid2 01-15-2003, 10:57 AM where can I find the code for the text in the status bar? Sheila 01-15-2003, 02:16 PM http://javascript.internet.com/scrolls/classic.html pb&j 01-15-2003, 02:16 PM Something like this? <A HREF="Somepage.html" OnMouseover="window.status='This link goes to another page';return true;" OnMouseout="window.status=' ';"> Mouse over this link ! </A> |