Topic awaiting preservation: status window problem (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: NZ |
posted 04-21-2003 00:52
Hi, guys. How are you? quote:
|
Bipolar (III) Inmate From: schillmania.com |
posted 04-21-2003 01:00
The window status bar will display the last thing you "set" it to - If you want to clear it, just have something like onmouseout=" window.status='' "; |
Maniac (V) Inmate From: Boston, MA, USA |
posted 04-21-2003 01:10
"status bar still shows content when I mouse out" |
Paranoid (IV) Inmate From: NZ |
posted 04-21-2003 01:26
Hi, Steve. quote:
|
Maniac (V) Inmate From: Boston, MA, USA |
posted 04-21-2003 02:10
Too many onMouseOuts!!! code: <a href="1.htm" onMouseOver="window.status='Learn Operating System here'; return true;" onMouseOut="window status='';">Operating System</a>
code: <script type="text/javascript">
|
Paranoid (IV) Inmate From: NZ |
posted 04-21-2003 02:19
Wow,wow,wow!!! quote:
|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 04-21-2003 02:44
Hiroki - all of this: code: <script type="text/javascript">
|
Maniac (V) Inmate From: Boston, MA, USA |
posted 04-21-2003 03:12
Or, put another way ... code: <html>
|
Paranoid (IV) Inmate From: NZ |
posted 04-21-2003 03:59
Hm.......Thanks a lot. |
Paranoid (IV) Inmate From: NZ |
posted 04-21-2003 04:22
I code plus like this: quote:
|
Paranoid (IV) Inmate From: NZ |
posted 04-21-2003 06:55
Hi, guys. Thanks for your help today. |