Posted by Neredbojias on 05/19/06 09:22
To further the education of mankind, "julian_m"
<julianmaisano@gmail.com> vouchsafed:
>> > After double-clicking the link the browser wants to reload the
>> > page, even though there is not any link at all.
>> It's 'cause you have an empty href.
>>
>> Do:
>>
>> <a href="javascript:void(0)" ondblclick="show_div('the_div_3');
>> return false;">
> Great, thanks.
>
> It's strange what happens with (click != dblclick) though
The href picks up the click before the double-click, and when empty reacts
in browser-specific ways.
--
Neredbojias
Infinity has its limits.
[Back to original message]
|