![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
hello, am currently building my website for photography purpose am tring to use a java script as shown follow, i wonder if i can actually use it with the template i downloaded from studiopress. if so i would may ask where i could post this setting or if there will be another setting i can set would be great if i could get some help
<SCRIPT LANGUAGE="JavaScript"> http://javascript.internet.com --> function right(e) { var msg = "Copyright Notice: All images contained on this website remain the property of Joel Antunes. Images may not be downloaded, reproduced, copied, projected, or used in any way without express written permission."; if (navigator.appName == 'Netscape' && e.which == 3) { alert(msg); return false; } if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) { alert(msg); return false; } else return true; } //document.body.addEventListener("contextmenu",killC lick, true); function trap() { if(document.images) { for(i=0;i<document.images.length;i++) { document.images[i].onmousedown = right; document.images[i].onmouseup = right; } } } // End --> |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Javascript | officeto-go | General Discussion | 3 | 01-24-2011 06:12 PM |
| How do I add javascript? | hotstreak | General Discussion | 1 | 12-22-2010 06:58 PM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us