Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can somebody PLEASE suggest some wa

Status
Not open for further replies.

gussy1

Technical User
Dec 22, 2002
63
IE
Can somebody PLEASE suggest some way of disabling the 'View Source' item in IE ans other browsers. I know it is easy to disable the 'Right-Click' function but the View Source item under the View toolbar remains. How can someone protect their code without third party software???

Thanks
 
Hiding client side script is not possible. The best you can do is making it difficult but the people that you want to hide the code from (the people who understand java code) can easily find a way to read it anyway.

lets say open the hidden code in a popup window without toolbars and have code in the popup window that prevents clicking than you only have to make a href to the so called hidden window right click this href and choose "save target as..."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top