Search found 1 match

by tedg
Tue Nov 12, 2002 11:22 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Javascript function called twice when image used in menu
Replies: 0
Views: 2121

Javascript function called twice when image used in menu

When creating an image menu item and associating a javascript function with the item, the function is called twice when the user selects the item.
,"<img src=test.gif border=0>", "javascript:alert(\"hello\")",,,1


If I remove the image association and replace with text, the function is only called ...