Angelll is correct. Ultimately, the reason for this is that the browser must display it. If someone wanted to they could simply monitor the HTTP traffic and see your HTML in plaintext. But it depends on what your goals are on how much you need to do prevent someone seeing your code. You could look at other presentation tools like Flash or something like that to make it quite a bit harder for someone to "copy" your work.
Main Topics
Browse All Topics





by: angelIIIPosted on 2007-03-31 at 03:56:40ID: 18828301
you cannot prevent that. the html source code is downloaded by the browser to show the page.
you can obfuscate. you can make it trickier to see it. but you cannot prevent it to be seen.