Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: prevent user from storing content of Form Action pg


Message #1 by speedguru@m... on Wed, 18 Apr 2001 09:21:24
hi,



I want to prevent the user from storing content (disable copy-pasting, 

printing,saving )of Form Action pg.



Javascript allows disabling of the menu bar & the rt-click menu can be 

disabled with the mouse events..but how do i stop the user from using ctrl 

C ctrl-V



are there any other elegant ways.....



I guess there would be no absolutely fool-proof way..but I want to make my 

app as fool-proof as possible



Suggestions, any other issues to be countered, Code or any other pointers 

would be most welcome



:-)rk
Message #2 by "TomMallard" <mallard@s...> on Wed, 18 Apr 2001 04:24:36 -0700
Create an activex/applet object with the sensitive data...essentially you

can't prevent a user from copy/paste, screen shots, etc. without one.



tom

----- Original Message -----

From: <speedguru@m...>

To: "ASP Web HowTo" <asp_web_howto@p...>

Sent: Wednesday, April 18, 2001 2:43 AM

Subject: [asp_web_howto] prevent user from storing content of Form Action pg





> hi,

>

> I want to prevent the user from storing content (disable copy-pasting,

> printing,saving )of Form Action pg.

>

> Javascript allows disabling of the menu bar & the rt-click menu can be

> disabled with the mouse events..but how do i stop the user from using ctrl

> C ctrl-V

>

> are there any other elegant ways.....

>

> I guess there would be no absolutely fool-proof way..but I want to make my

> app as fool-proof as possible

>

> Suggestions, any other issues to be countered, Code or any other pointers

> would be most welcome

>

> :-)rk




  Return to Index