I've seen some sites which attempt to play games with client-side VBScript to keep people from viewing HTML code.
But in every case, if you point a non-client-side-VBScript-supporting web browser, such as Mozilla, Opera, etc., or a telnet client at the problem, you can get the source.
Wow, I'm looking at it now too. I promise you, it was dimmed earlier. Hmmm, could it have been because I didn't let it load completely? So, that was a bad example, sorry. I'll keep looking for that site I was talking about earlier. When I find it, I'll post the URL. I hope I'm not loosing my mind!
Like I said, if the site is HTML, you can't protect it.
I suppose that if your page is nothing more than a reference to a Java applet that itself downloads and displays the page, you could probably do it. But make sure that the applet and the server are communicating by a secure channel, and make sure the encryption key can't be stripped out of your applet.
html is impossible to block people from copying.... However, the java applet would work or if you did your whole site in flash MOST people would have trouble getting it.
Keeping in mind that there are decompilers available that can decompile java class or Flash files. So people can always get your source code from Applet or Flash file if they really wanted to. You can only make it harder, but you cannot 100% stop people from getting your souce on a web page.
That is not entirely correct byam.
Thake this server for instance, running on ColdFusion.
The source you see is a generated HTML, not the real one.
Anyone copying that source will bring him/her nothing as the functionality is serverbased.
Marc
[sub]If 'something' 'somewhere' gives 'some' error, expect random guesses or no replies at all. Please specify details.
Free Tip: The F1 Key does NOT destroy your PC![/sub]
Sorry for the confusion. Of course server code is not accessable to site visitor, what I meant is any client side source code, i.e. Applet, Flash, HTML, are fully expose to visitor.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.