<a href="someotherURL.htm" onclick="doNavigation( ); return false;">...</a>
Here, the return false statement is set as the
final statement of the event handler; it does not have to trouble the
called function for a return value because all scriptable browsers
are to follow the scripted navigation path.
If you use object property event binding, the coding is not
altogether straightforward. By and large, IE lets the
return statement of the function govern the
default execution, provided you return true or
false. Netscape 6.2, however,
doesn't obey return statements
for this type of event binding due to a bug that is fixed in later
versions.