![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm a real newbie to this, but I'd like your comments on the following web site: http://www.haemophiliacs.org.uk Its a bit low on content at the moment because work is stopping me from spending time with it, but I'd still like your comments all the same. |
#3
| |||
| |||
|
|
Its a bit low on content at the moment because work is stopping me from spending time with it, but I'd still like your comments all the same. [...] |
#4
| |||
| |||
|
|
onMouseOut="window.status='Haemophiliacs.org.uk';r eturn true" return true" is redundant - onmouseover can't cancel the href, so regardless of the value returned, if the user clicks on the href it will be followed. |
#5
| |||
| |||
|
|
On Sun, 21 Nov 2004 23:07:31 +1000, Fred Oz <ozfred (AT) iinet (DOT) net.auau> wrote: [snip] onMouseOut="window.status='Haemophiliacs.org.uk';r eturn true" return true" is redundant - onmouseover can't cancel the href, so regardless of the value returned, if the user clicks on the href it will be followed. In this particular case, that's not true. For whatever historical reason (probably a bug), you have to return true when modifying the defaultStatus[1] and status[2] properties. |
#6
| |||
| |||
|
|
By returning a value of "true" you are telling the browser that the onmouseout event has been handled and needs no further processing. |
![]() |
| Thread Tools | |
| Display Modes | |
| |