prahaps it is a good idea for the developers of future browsers to have tags or somthing that disable all the functions that allow you to get these things. examples could be:

<norclick>
anything that cannot be right clicked on
</norclick>

<body printscreen="false">

<SCRIPT LANGUAGE="Javascript"><!--
function sourceviewer() {

if (navigator.appName.indexOf("Microsoft") != -1){
document.write('<disable="View|Source"><disable="File|Save as">')
}
else if (navigator.appName.indexOf("Netscape") != -1){
document.write('<disable="View|Page Source><disable="File|Save as">')
}
//--></SCRIPT>

these are fictional tags so dont be a wolly and try to use them but they are a good thought to be put towards developers (as if anyone knows how to put ideas accross).

do you think these tags would suit developers good in the future?