| View previous topic :: View next topic |
| Author |
Message |
shnim1
Joined: 26 Oct 2005 Posts: 1
|
Posted: Wed Oct 26, 2005 3:25 am Post subject: fully protect HTML |
|
|
I have a financial matrix I am about to publish in HTML (re-formatting on client side). What is the safest way from my work being plagarised (ie saving web page to local disk and being copied). Although, ultimately, i dont mind the work being saved, I just cant have it endlessly duplicated..
Thanks in advance
Peace and light |
|
| Back to top |
|
 |
|
|
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3614 Location: Sweden
|
Posted: Wed Oct 26, 2005 9:13 am Post subject: Re: fully protect HTML |
|
|
| You can't do anything secure in HTML. Everything they can see on the screen, they can download and copy. Do do anything more secure would be to protect your pages with passwords, using ASP or PHP. |
|
| Back to top |
|
 |
Ash 1000+ Club

Joined: 03 Aug 2005 Posts: 1016 Location: England
|
Posted: Wed Oct 26, 2005 10:00 am Post subject: Re: fully protect HTML |
|
|
| He could add some javascript that stops people looking at his code but that don't work on mac's. |
|
| Back to top |
|
 |
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3614 Location: Sweden
|
Posted: Wed Oct 26, 2005 11:24 am Post subject: Re: fully protect HTML |
|
|
| That will only prevent them from right clicking, they can still View > Source. |
|
| Back to top |
|
 |
ReFredzRate 1000+ Club

Joined: 20 Aug 2004 Posts: 2186 Location: Netherlands
|
Posted: Wed Oct 26, 2005 12:21 pm Post subject: Re: fully protect HTML |
|
|
| And use print screen... =/ |
|
| Back to top |
|
 |
|