The horror of web publishing with art
Times New Roman3Graphics little helpers :Originally Posted by Dan_Mackman
NO RIGHT CLICK :
<SCRIPT LANGUAGE="JavaScript1.1">
<!-- Original: Martin Webb (martin@irt.org) -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
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("STOP IT !.");
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>
Paste this into the <head> of your document
NO IMAGE TOOL BAR : ( thank you MS )
This is a meta tag that may be usefull. it also goes into the head of the document :
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
Also, there are plenty of website out there that offer free cut and paste Java Script, HTML, DHTML, and so on. Just go to your favortite search engine and type in "Free cut and paste Java, Java Script, DHTML, and HTML.
In the meantime, here are some sites that may help you out :
http://javascript.internet.com
http://www.codelifter.com
http://www.wsabstract.com