kolansuresh9
Newbie
Posts: 1
Registered: 3/25/2003
Member Is Offline
|
| posted on 3/25/2003 at 06:30 PM |
|
|
Calling javascript from url
I have a javascript function need to be called from the url which I have coded in the menu_items javascript. The function is in same page where the
Menu is being displayed.
Please help.
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 3/26/2003 at 08:14 AM |
|
|
To call menu function myfunc() by clicking on certain menu item you should write javascript:myfunc() for that item instead of URL.
|
|
|