No right click
-
-
hi everyone, I want a meesage to be appeared whenever a user Right click on a page, instead of the dropdown menu.that is i want to prevent users from using right click dropdown menus. please give me the javascript code snippet.:~ :~ :~ Tirthadip
Hi, probably this will help you a bit. http://www.suite101.com/article.cfm/javascript/54224 Best Regards, Apurva Kaushal
-
hi everyone, I want a meesage to be appeared whenever a user Right click on a page, instead of the dropdown menu.that is i want to prevent users from using right click dropdown menus. please give me the javascript code snippet.:~ :~ :~ Tirthadip
Hi there, To catch the right-click event, u might use oncontext menu event... << >>
-
hi everyone, I want a meesage to be appeared whenever a user Right click on a page, instead of the dropdown menu.that is i want to prevent users from using right click dropdown menus. please give me the javascript code snippet.:~ :~ :~ Tirthadip
Set the page's onmenu attribute to simply return false...
page.onmenu='javascript: return false;'
should do the job if memory serves (which it probably doesn't on a Friday pm!) "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox