Now I can get this to work on IE just fine, but like with most things, Netscape gives me problems. I'm trying to make it so that if people try to print an image on our website just by going to file -> Print it prints off a different page that alerts them they cannot print. And heres the snippet I found for that.

<link rel='alternate' media='print' href='../noprint.html'>

Under Internet Explorer it works wonders. However, if the user just logs onto Netscape, it doesn't recognize it and they can just print away. Now being a website that sells images online you can see how this hurts my company. Anybody know another way to get this to work on netscape?