In ASP classic is there a way to prevent copying of the web page by
preventing the use of the copy command through CTRL-C. What is the
code that would need to be inserted. Thanks!
No chance. Everything that is downloadable on the net can be copied...
you can just make it a little bit harder.
However, classic asp has nothing to do with the final HTML and what the
user is doing - so you might have a look at java-script that allows you
to control certain keystroke actions. Just be aware, that not everybody
has java-script enabled, and it can also be turned off easily.
Additionally, when controlling the CTRL-C keystroke - who holds you back
to use a "right-click -> copy"?
.... and last but not least: Why are you asking such questions (classic
ASP, HTML etc.) in a .NET programming newsgroup?
Markus