On Nov 21, 2012, at 12:21 AM, nikhil rn wrote: > I finally decided to take up the right click using HTML5. Thank you all. > I referred David Walsh website for the > same(http://davidwalsh.name/html5-context-menu). Is there a way to > remove the system generated right click options?
You could trap them in JavaScript and return event.preventDefault() to stop the normal response from happening. Have a google for the right way to trap a right-click -- it's very popular in anti-piracy scripts. Walter > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

