I have a page with a set of images which the user can right click and be presented with a set of options (for example, edit and delete). I need to be able to modify the URL that is in the href attribute of each menu hyperlink to correspond the primary key in my database that the image belongs to.
If you have any questions, post them and I'll be glad to clarify.
Modifying Hyperlinks Based On Menu Location
Hi Chris,
I wrote a js function a while back that let's you dynamically change any property of any menu item. Sounds like it might help you out. It's called mm_changeItemProperty(), and there's a description of how it works here. Should still work the same way.
Hope that helps,
Kevin
I wrote a js function a while back that let's you dynamically change any property of any menu item. Sounds like it might help you out. It's called mm_changeItemProperty(), and there's a description of how it works here. Should still work the same way.
Hope that helps,
Kevin