can anybody tell me how to hide the source code for my web pages?
Printable View
can anybody tell me how to hide the source code for my web pages?
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.
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
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?