copying it from source page? I have a table that displays some data on the web-page.
<table>
<tr><td><a href="">hi1</a></td></tr>
<tr><td><a href="">hi2</a></td></tr>
...
<tr><td><a href="">hi100</a></td></tr>
</table>
I would like to ask about possible ways to hide that data from the source of the web-page which can be seen by choosing "view source" of the page.
Also, I would be happy to prohibit an option to select the text by pressing ctrl+A or choosing "select all" or by select it by the mouse. To show a messagebox kind of "This page is protected from copying" when you press the right button is NOT OK.
Probably, it's OK if the person will have a hard time to extract that data but most of users should not do that.
I think it's impossible, but for example, when you attach files at one of email providers, the word "select" is not on the source page (I've just checked) although you see it on the displayed web-page.
Thank you.
<table>
<tr><td><a href="">hi1</a></td></tr>
<tr><td><a href="">hi2</a></td></tr>
...
<tr><td><a href="">hi100</a></td></tr>
</table>
I would like to ask about possible ways to hide that data from the source of the web-page which can be seen by choosing "view source" of the page.
Also, I would be happy to prohibit an option to select the text by pressing ctrl+A or choosing "select all" or by select it by the mouse. To show a messagebox kind of "This page is protected from copying" when you press the right button is NOT OK.
Probably, it's OK if the person will have a hard time to extract that data but most of users should not do that.
I think it's impossible, but for example, when you attach files at one of email providers, the word "select" is not on the source page (I've just checked) although you see it on the displayed web-page.
Thank you.