Re: Status bar shows anchor href, not text I set in onmouseover



Christopher Nelson wrote on 28 okt 2005 in comp.lang.javascript:

> <a href='conf.cgi' class='menu' target='main'
> title='Configure stuff' onclick='remember("conf.cgi")'
> onmouseover='handleOver("Configure stuff")'>Settings</a>

<script type="text/javascript">
function setStatus(){
status='Hello world'
}
</script>

<a href='conf.cgi' onmouseout='status=""'
onmouseover='setTimeout("setStatus()",10)'>
Settings</a>


--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)

.



Relevant Pages

  • Re: [GEN-BENELUX] Uniek middeleeuws handschrift in KB
    ... Het filmpje zelf: ... The Netherlands. ... (Please change the x'es to dots in my emailaddress) ...
    (soc.genealogy.benelux)
  • Re: Validating Forms Input
    ... The Netherlands. ... (Please change the x'es to dots in my emailaddress) ... Prev by Date: ...
    (comp.lang.javascript)
  • Re: phase in period
    ... The Netherlands. ... (Replace all crosses with dots in my emailaddress) ...
    (sci.lang.translation)
  • Re: Show/Hide Table Rows in Webpage
    ... like perhapse only seeing the top id, but you should not do that, ... The Netherlands. ... (Please change the x'es to dots in my emailaddress) ...
    (comp.lang.javascript)
  • Re: 500 errors!!
    ... > The Netherlands. ... > (Replace all crosses with dots in my emailaddress) ...
    (microsoft.public.inetserver.asp.general)

Loading