Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:33
calling javascript function from menu
Poster: kient
Dated: Wednesday July 3 2002 - 6:36:26 BST
I want to call javascript function from the menu.
Usually a used :
Code:
<a href="javascript:downloaddata('main.php');">
the problem are in the single quotes, the function must use single quotes.
I already try with :
Code:
javascript:downloaddata(\'main.php\');
--> errorCode:
javascript:downloaddata(\\'main.php\\');
--> error too.
Any one can help me?
Thanks in advance
-=Kient=-