Re: Status bar shows anchor href, not text I set in onmouseover
- From: "Evertjan." <exjxw.hannivoort@xxxxxxxxxxxx>
- Date: 28 Oct 2005 13:18:33 GMT
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)
.
- Prev by Date: Re: pop up balloon text
- Next by Date: Re: How to Include PHP script in shtml file ???
- Previous by thread: Re: targeting main window from popup
- Next by thread: Re: Status bar shows anchor href, not text I set in onmouseover
- Index(es):
Relevant Pages
|
Loading