Thanks Ankit, Sachin, I put your tips in the FAQ
Jacques From: "Ankit Jain" <[email protected]>
Hi, For disabling right click you can use the following code : <script type="text/javascript"> document.oncontextmenu=new Function("return false") </script> -- Thanks& Regards: Ankit Jain Enterprise Software Developer Hotwax Media Pvt. Ltd. www.hotwaxmedia.com On Wednesday 02 June 2010 05:36 PM, sachin kanojiya wrote:Hello, You can restrict your user to go back using this javascript. <script type="text/javascript"> window.history.forward(0); </script> Regards Sachin kanojiya
