Can I call a VBScript procedure rather than go to a URL?

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
gmortiz
Beginner
Beginner
Posts: 1
Joined: Wed Aug 13, 2003 6:36 pm
Location: New Paltz, NY

Can I call a VBScript procedure rather than go to a URL?

Post by gmortiz »

I love the menu system, but I would like to call a VB Script Procedure when a menu item is clicked.

Is that possible and how?

Thanks,
Greg
User avatar
Hergio
Milonic God
Milonic God
Posts: 1123
Joined: Wed Jun 12, 2002 7:46 pm
Location: Rochester, NY

Post by Hergio »

Just like you would if you wanted to call a function from a href tag in HTML...

Code: Select all

aI("text=doFunction;url=javascript:myfunction();");
Pretty sure this will work... just watch your quotes if you pass stuff to it.
Dave Hergert
Software Engineer
"Helping to make the menu better, one :?: at a time."
Post Reply