JavaScript October 1, 2010 Javascript disable right click (no right click) Use this code to disable right click on html pages: <body oncontextmenu="return false;">
Leave a Reply