Click to See Complete Forum and Search --> : hiding source code


tanami
November 9th, 2000, 11:02 AM
can anybody tell me how to hide the source code for my web pages?

Compact
November 9th, 2000, 11:23 AM
You can either
1 use javascript so they can't right click, but that doesn't work as they can view source
2 Use ASP, they can't see much as it is server side, compared to Javascript which is client side.

tanami
November 9th, 2000, 11:34 AM
i know about "no right click scripts".. (still looking for one that really works)..but the ASP idea sounds right..unfortunately i know zip about that...ho hum.. thanks compact

tanami
November 9th, 2000, 11:38 AM
actually i used script on a web page and it doesnt stop the right click until the whole page has loaded...defeating the purpose really...any ideas?