Hi, I have a pull tool $adminMenu with method toggleFolderOpen().
What I would like to do is to invoke the method whenever a user clicks on the following link. I would like for the user to stay on the same screen instead of being redirected to a different page. <a href="invoking $adminMenu.toggleFolderOpen()"> Questions </a> I know this is kind of convoluted. I am trying to implement a treeview as the navigation menu. $adminMenu.toggleFolderOpen() updates the variable that tracks if the folder is open or collapsed. Is there a way to accomplish this? Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
