All you can really do is rely on the fact that it is indeed irritating to
manually copy a page, then click for next one and manually copy that - but
it could likely still be possible to automate that from client code so check
that something you do stops this. The really cruddy but likely more
effective way is to convert a few different letters to a hex code in each
page dynamically at write time so its fairly unreadable to the naked eye.
Not a task for the faint hearted and will make your pages increase in size,
but it does make each page of your datagrid pointless to copy from the
underlying html automatically as it needs something capable of displaying
hex codes to actually show the wording in the grid.
Heres a list of codes to experiment with.
http://www.kerryr.net/pioneers/html2.htm
Personally, I think its bit of a waste of time, but its your data.
Regards
John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
Still not clear IMO.
To who are you displaying those commercial data ? To the general public ?
If yes, what would you like to block your competitors to do ? If you don't
want them even to read those data then you should disclose those data only
to known users that would have a legitimate user rather than to the
general
public.
Also keep in mind that a DRM scenario is intended to prevent printing,
moving and perhaps reading a document after a particular date. There is no
way to make something available and visible and to have users forgottting
about that once the application is closed (they can always write down or
analyse the figures they found interesting even if they can't physically
move, print the whole file).
Or do you meant this is an intranet site and you are afraid someone could
hack your site ?
---
Patrice
"Hooyoo" <
[email protected]> a écrit dans le message de (e-mail address removed)...
- Show quoted text -
Yes, these data are availabe for the general public. As you guys
said, it's impossible to protect these data once they are published on
the web. However, I cannot at least let them steal these data easily
^_^. I should stop them steal these data programmable. There are
hundreds of pages, so if they spend several minutes to manually copy
one page data, it will be very time-consuming and boring task to
finish all pages.
This is also a safe way in a sense, right?
Thanks a lot for you guys warmly reply.