Hi,

> Is it possible to remove the Save, Send page, Send and View Page Source 
> options from a browser when viewing a page so that the page is totaly 
> secure ?

Are you trying to prevent a web page from being copied?  One of us doesn't
understand your question.

Warning: silliness below this line
----------------------------------

Try this:
telnet 209.52.200.3 80

when the connection opens, type (verbatim)
GET /


being sure to put in two carriage returns.

You can replace 209.52.200.3 with your favourite web server.

After that exercise, it should be clear that there are very few solutions
to making web things "secure".  One is:

cd /var/lib/httpd/htdocs
chmod 600 file

That'll protect it.  *grin*

dstn.

Reply via email to