Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to hide source code in vbscript

158 views
Skip to first unread message

Wendy Elizabeth

unread,
Apr 7, 2007, 3:56:03 PM4/7/07
to
I want to be able to hide the source code from people when they are on the
internet using my vbscript (classic asp) application. The part I do not want
them to see is information like name, address, social security number.
Can you tell me how I can hide this information from users when they use
internet explorer, hit view and then select source?
I would not mind using javascript that is embedded in the classic asp
application if you could show me how to do this.
Thanks!

Tom Serface

unread,
Apr 8, 2007, 12:47:25 AM4/8/07
to
You might investigate something like ASP that would do the work on the
server rather than in the page itself. I'm not sure there is a good way to
ofuscate the HTML that is produced. You could also hide tokens in cookies
or something like that to keep them from showing up in strings in the code
or on the command lines.

Tom

"Wendy Elizabeth" <WendyEl...@discussions.microsoft.com> wrote in
message news:DEF8BC67-1AE7-4860...@microsoft.com...

0 new messages