Please give an URL of a site doing this so that we can view
the page and see what technologies are being used.
: How do I keep my webpage code private? I see other sites
: where I try to view the html and all I get is a blank
: white screen.
:
:
: ----------------------------------------------------------
-
: *If you change the topic of the thread by offering
: personal opinion or by not answering the specific
: question, please change the subject line accordingly.
It's not technology. It's a stupid trick. All they do is put a whole mess of
line feeds above the HTML, and inexperienced users are fooled into thinking
that the code isn't there. Since a browser can only read HTML text, it must
be there. Period.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer http://www.takempis.com
Big Things are made up of
Lots of Little Things.
simple answer : you can't. when a web page is viewed, it is actually being
downloaded to the user's web cache (on their disk)....so if they know where to
look they'll find your code without trouble.
The "no right click" scripts can be worked around, and besides there is a "view
source" on the main menu under "View" in IE and these scripts do not consider
this.