can i disable the cut, copy, view source options of a browser using javascript

venkat_01

New Member
hi,

Is it possible to capture and disable the events like copy document, select, print etc. of a browser using javascript

please help me...

thank u...

regards venkat
 

jamesmc

Member
I don't think it is possible. There is always a way round stopping people from seeing html/java* source code for example, you can create a hyperlink to a webpage and right click and "Save Target As", this will allow me to save the page without ever loading the javascript to disable the cut, copy etc.

The only way of making a web page so that people can't see source code is to make a java applet or some sort of flash applet, at least these can't be decompiled (yet).

HTH,

James.
 
Top