How do I hide my source?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / syed aleem
You can hide the source, right click options using javascript.
| Is This Answer Correct ? | 0 Yes | 3 No |
Do <th> tags always need to come at the start of a row or column?
Can I put markup in ALT text?
What is the relation between xhtml and http?
Why does not table width=100% use the full browser width?
What are tags and how do you use them?
Is html coding?
What is the purpose of url input control in Web form 2.0?
How do you align a table to the right (or left)?
What is the use of <audio> and <video> tags in html5?
What is a nav tag?
How include js file in html?
Do all character entities display properly on all systems?