Asp.net, C#.net, Sql Server Interview Questions
Created by: Vicky
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:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment