I am looking for a good way to disable the right click, that does not produce an alert - and that is cross browser. (We test in IE 5+, NS 6+, and Opera 5+).
We have an app that will pop up windows that allow users to chose from a set of options, then add those selections to the main page.
I would like to disable the right click so that noone can bookmark, view source, or go "back" - the popup page.
I know nothing is foolproof, but there will be little incentive to try since all that is on the popup page will be a text list and some check boxes....
All of the scripts I have found have something wrong. Like they either have an alert in IE, or they dont have an alert but they will not work in NS....
Any suggestions?
We have an app that will pop up windows that allow users to chose from a set of options, then add those selections to the main page.
I would like to disable the right click so that noone can bookmark, view source, or go "back" - the popup page.
I know nothing is foolproof, but there will be little incentive to try since all that is on the popup page will be a text list and some check boxes....
All of the scripts I have found have something wrong. Like they either have an alert in IE, or they dont have an alert but they will not work in NS....
Any suggestions?