mihirpradhan204 said:1.How can I make the HTML coding of my webpage invisible to others through View--->Source ???:huh:
2.How can I block others from editing the HTML coding of my page ?? [I want people to only read the code, not edit]
mihirpradhan204 said:1.How can I make the HTML coding of my webpage invisible to others through View--->Source ???:huh:
2.How can I block others from editing the HTML coding of my page ?? [I want people to only read the code, not edit]
hanzy said:ouch....are both the questions individual ? or are supposed to work on the 'same' html page , cause they contradict each other....
neways :
1.How can I make the HTML coding of my webpage invisible to others through View--->Source ???
Ans: various scripts are available that disable the same and dont allow you to do so , although its NOT a completely fool proof system...u might need various ways to block it , right click -> view source, view -> source...the best way is to encrypt your html code and let everyone have fun on the junk they would see.....
2.How can I block others from editing the HTML coding of my page ?? [I want people to only read the code, not edit]
Ans: Again , similar option as mentioned above , your best best is to encrypt the html code....
Read here : HTML encryption software: Encrypt HTML source code and disable right mouse click. , this is the best i have seen.
sri_rng said:My advice : Leave a 1000 lines blank and start your code.. Most people won't notice and think it is a blank source![]()
godsp33d said:1. an easy javascript function can disable right click completely
2.Please be more clear.
mihirpradhan204 said:1.How can I make the HTML coding of my webpage invisible to others through View--->Source ???:huh:
2.How can I block others from editing the HTML coding of my page ?? [I want people to only read the code, not edit]
hanzy said:mihirpradhan204 is a student and age 16 as per his profile.....maybe he is working on something / project or something which he wants to source protect.....i totally agree he should......i remember myself doing a *.html search on comp lab pc's , collecting them all and then copy - pasting - modding to make my own project and then go back to the original owner and say "Oh!, you should have added this here , would have been nice" :lol:.....wat days those were :no: :no: :no:
@hammerhead : correct me if im wrong , but u are refering to .asp pages...on asp pages the HTML code is still unprotected and easily getable...you can for eg. copy the entire structure of that page , however any references to pages between the asp tags wouldn't show and thats where the main things always are
![]()
junkiedogg said:Just think about it for a moment. The html source HAS to be sent to the user's system in order for it to be displayed. So even if you add blank lines on top(which will fool only the most stupid and inexperienced persons), or use any javascript, the code still has to be on the client's system for it to be displayed. You can use firefox tools like firebug to view the final html AS IT IS rendered by the browser. Even if you put the design data in CSS, most web coders should understand it.
So finally its basically useless to try and hide HTML code.
mihirpradhan204 said:1.How can I make the HTML coding of my webpage invisible to others through View--->Source ???:huh:
2.How can I block others from editing the HTML coding of my page ?? [I want people to only read the code, not edit]
hanzy said:mihirpradhan204 is a student and age 16 as per his profile.....maybe he is working on something / project or something which he wants to source protect.....i totally agree he should......i remember myself doing a *.html search on comp lab pc's , collecting them all and then copy - pasting - modding to make my own project and then go back to the original owner and say "Oh!, you should have added this here , would have been nice" :lol:.....wat days those were :no: :no: :no: