Ans. window.history.go(+1) use in java script;
or
onunload =window.history.go(-1) in body tag
onunload =window.history.go(-1) in body tag
Q2. we can disable the right click using
Ans. <body oncontextmenu="return false">
</body>
</body>
No comments:
Post a Comment