Quote:
Originally Posted by Ian
This is a quick 1 line fix that will stop the quick pic grabber.
Code:
<body oncontextmenu="return false" onselectstart="return false" ondragstart="return false">
|
That disables copy and paste all through the site including order forms via the menu, it annoys the hell out of customers so use wisely.