Can we have the file in the server.When anyone accesses the webpage.They should not have access to view source.
Main Topics
Browse All Topicsi,
I have a html page written for my company.I dont want any one to see the Source (HTML content used to create the file).Is it possible in any way to do this.
Regards
Sharath
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Sorry, but it's technically impossible to hide what you want displayed in a client's browser. The website has to be downloaded to the client in order to be displayed in the browser, and once it's on the client, it can be seen. From there, you can always view the html source code. Always. If the browser has to display the website, it needs to see the html source.
Business Accounts
Answer for Membership
by: oBdAPosted on 2007-05-08 at 05:05:56ID: 19049056
Not the html code. The browser needs to download and interprete this, so there's absolutely no way to hide this.
You can use server side scripting and create the html code dynamically, which would hide the source you're using to generate the html code, but after all, the html code is exactly there to be downloadad and seen by other machines.