<html>
<head>
<script style="text/javascript">
function Gallerytext(){
if (window.clipboardData.setData('text','')){
setInterval("window.clipboardData.setData('text','')",20);
document.getElementById("LoadImage").innerHTML = ""; //***Code to write image src will go here..
}else{
alert ("Clipboard is required to view the client area. Please allow access to continue.");
}
}
</script>
</head>
<body onLoad="javascript:Gallerytext()">
YOU TRY TO COPY AND PASTE THIS SCREEN, AND ALL THE ACTIVE SCREENS
</body>
</html>
print screen not disable any body explain how to disable print screen button in web page?