April 20, 2010

JavaScript Question

Q1. Disbable back option by java script
Ans.    window.history.go(+1) use in java script;
         or
onunload =window.history.go(-1) in body tag

Q2. we can disable the right click using 
Ans. <body oncontextmenu="return false">
</body>

No comments: