Ok, I am not familiar with imageshack but I think I was successful in uploading a screen.zip file at the following location: krautlarger@charter.net's Images
In the zip file are two screen shots, one from each browser.
I hope this is what you want and will help. I would send the page but it appears that I cannot attach an html file.
<SCRIPT language=JavaScript1.1>
function right(e) {
if (navigator.appName == 'Netscape' &&
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("All Content Copyright Your Company Name");
return false;
}
return true;
}
document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;
// End -->
</SCRIPT>
Bookmarks