I need a js context menu that popup's when the user right clicks on a dynamic option.
For example i have the following options:
1) Option 1 (which has a link: page1.asp?id=1)
2) Option 2 (which has a link: page1.asp?id=2)
3) Option 3 (which has a link: page1.asp?id=3)
When the user right clicks for example on option 2, i want to display the context menu and act or even show text in the menu, according the ID value....
So i need to know the value of the link of the right clicked href. Is it possible?
Thanx in advance,
Dimitris
For example i have the following options:
1) Option 1 (which has a link: page1.asp?id=1)
2) Option 2 (which has a link: page1.asp?id=2)
3) Option 3 (which has a link: page1.asp?id=3)
When the user right clicks for example on option 2, i want to display the context menu and act or even show text in the menu, according the ID value....
So i need to know the value of the link of the right clicked href. Is it possible?
Thanx in advance,
Dimitris