How do I hide my source?

Answer Posted / guest

You can't. The source is necessary for the browser to
display your document. You have to send the complete,
unencrypted source to the browser. Even if a particular
browser doesn't have a "View source" option, there are many
that do, and you can always retrieve the document by hand
(using telnet) to get its source. Or check the browser's cache.

You can of course put a few hundred empty lines above the
actual source, then newbies who don't see the scrollbars
will think there is nothing there.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Phonegap uses html5, css, and __________ to write and deploy application.

626


What is action tag in html?

647


What can you do with html5?

602


So how do we implement application cache in HTML 5?

688


I'm trying to `include' a html document in another document...is there a way to do this?

692


How can I create a div work like an input?

712


Where does nav go in html?

641


Why for attribute is used in html?

624


What does li mean in code?

619


Who made html5?

604


What are the reasons for validating a HTML?

674


What is meta charset utf8?

831


What is hr and br in html?

603


What are major attributes?

631


What is difference between @Html.Partial and @Html.RenderPartial ?

632