Search found 1 match

by kient
Wed Jul 03, 2002 6:36 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: calling javascript function from menu
Replies: 1
Views: 2057

calling javascript function from menu

I want to call javascript function from the menu.
Usually a used : <a href="javascript:downloaddata('main.php');">
the problem are in the single quotes, the function must use single quotes.
I already try with : javascript:downloaddata(\'main.php\'); --> error
javascript:downloaddata(\\'main.php ...