Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > JavaScript > FAQ Topic - How...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 35566 of 37128
Post > Topic >>

FAQ Topic - How do I disable the right mouse button? (2008-05-12)

by "FAQ server" <javascript@[EMAIL PROTECTED] > May 11, 2008 at 11:00 PM

-----------------------------------------------------------------------
FAQ Topic - How do I disable the right mouse button?
-----------------------------------------------------------------------

The oncontextmenu intrinsic event is the only safe and reliable
method. Of the other approaches often presented, most depend on
an alert box interrupting the process and rarely work. Note that
oncontextmenu is a non-standard event and is not sup****ted on
all browsers.
` <body oncontextmenu="return false"> `


-- 
 Postings such as this are automatically sent once a day.  Their 
 goal is to answer repeated questions, and to offer the content to 
 the community for continuous evaluation/improvement.  The complete
 comp.lang.javascript FAQ is at http://jibbering.com/faq/index.html.
 The FAQ workers are a group of volunteers.  The sendings of these 
 daily posts are proficiently hosted by http://www.pair.com.
 




 1 Posts in Topic:
FAQ Topic - How do I disable the right mouse button? (2008-05-12
"FAQ server" &l  2008-05-11 23:00:01 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Oct 10 14:50:34 CDT 2008.