|
|
|||||||
|
Hi all, can any one tell me how can i hind my web page source ? Is there any site from where i can find this tutorial ? thanks in advance MAY GOD HELP YOU |
||||||||
|
|
|||||||
|
At the top of your browser go to View>>>>>>>Source. A .txt file opens showing you your source code.
|
||||||||
|
|
|||||||
|
Thanks for reply jonnymac1979, but my question is how can i HIND my page source ? thanks MAY GOD HELP YOU |
||||||||
|
|
|||||||
|
I presume you mean hide, there are some javscripts options to make it harder but at the end of the day anyone who wants to view will find a way. Regards ian |
||||||||
|
|
|||||||
|
As Ianm says, you can make it harder for people to view the page source or save images, but you cant stop them if they really want to view the source http://www.predatorconservation.com |
||||||||
|
|
|||||||
|
thanks friends, yes ,i want to hide my web page source but if at present there is no way then it's ok. Anyway thanks for your reply takecare MAY GOD HELP YOU |
||||||||
|
|
|||||||
|
Have a look at http://www.encrypt-html.com, which is just about your best bet for protecting your page source. |
||||||||
|
|
|||||||
|
I think it kind of depends on why you want to hide your source? If there's some sensitive information you need to pass between pages you could stick in the session instead, or even better in a database! If you are trying to protect the uniqueness of your design, why would you bother? There are many thousands of free templates available on the internet, see the list below for a very small selection of sites offering these, so it's hard to see why people may particularly target your design for appropriation. IMHO it is better to distinguish your site from the competition through superior content and functionality coupled with ongoing innovation - good design should be shared - that way the internet is a better place for all of us Some Template Sites: http://glish.com/css/ http://www.oswd.org/ http://webdesign.about.com/ http://www.webzonetemplates.com/ http://www.webdevforums.com/ http://www.basictemplates.com/ "Only the guy who isn't rowing has time to rock the boat." Sartre |
||||||||
|
|
|||||||
|
you could probably grab some java script code to protect your page from right clicks or whatever but that is easily worked around by disabling javascript in your browser so you could use an iframe and that so its just more difficult. |