<script>
function ifsaveas()
{
if (event.button==1)
document.execCommand('Saveas');
}
document.onmousedown=ifsaveas;
</script>
bayern