Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~71 People Reached
Favorite Forums
Favorite Tags
Member Avatar for agravayne

Hello All, I am trying to disable right click only for specific links on the page> I want to create my own pop up menu for these eventually. At present I have the following [CODE]<a href='#' onContextMenu="typesclick()">Types</a>[/CODE] the function is [CODE]function typesclick() { alert("testing"); return false; }[/CODE] The alert appears …

Member Avatar for essential
0
71