Issue
In various browsers DynAPI's events system stopped "return false" from cancelling navigation.
The two "Return false" links should show an alert only, and not navigate to another page.
The others should show an alert, and then go to www.cnn.com
Return false
Return true












Update: 4/nov/2001 : Test results (Only tested in win2000/Linux so far) :

  • IE5.5/Win
    Links in the body show alert, and "true" navigates to CNN.
    Links in dynlayer show alert, and "true" navigates to CNN, except after dragging dynlayer by the link.


  • Mozilla/NS6/Win/Linux
    Links in the body show alert, and "true" navigates to CNN.
    Links in dynlayer show alert, and "true" navigates to CNN, ALSO after dragging dynlayer by the link.


  • NS4/Win/Linux
    Links in the body show alert, and "true" navigates to CNN.
    Links in dynlayer nothing, and don't navigate at all.