bbd2014

Joined: Jul 8, 2014 Last Active: Apr 17, 2018 iNaturalist NZ

Dunedin Botanic Garden Biodiversity Admin account. Created for the Bioblitz event (12/07/2014) as part of the New Zealand International Science Festival 2014 (05/07/2014 - 13/07/2014).

Website: http://www.dunedinbotanicgarden.co.nz/
Facebook: https://www.facebook.com/dnbotanicgarden
Flickr: https://www.flickr.com/people/dbgbioblitz/
New Zealand International Science Festival: http://www.scifest.org.nz/

/*
Disable right click script II (on images)- By Dynamicdrive.com
For full source, Terms of service, and 100s DTHML scripts
Visit http://www.dynamicdrive.com
*/</p>

var clickmessage=&quot;Right click disabled on images!&quot;</p>

function disableclick(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName==&quot;IMG&quot;){
alert(clickmessage);
return false;
}
}
}
else if (document.layers) {
if (e.which == 3) {
alert(clickmessage);
return false;
}
}
else if (document.getElementById){
if (e.which==3&amp;&amp;e.target.tagName==&quot;IMG&quot;){
alert(clickmessage)
return false
}
}
}</p>

function associateimages(){
for(i=0;i&lt;document.images.length;i++)
document.images[i].onmousedown=disableclick;
}</p>

if (document.all)
document.onmousedown=disableclick
else if (document.getElementById)
document.onmouseup=disableclick
else if (document.layers)
associateimages()

View All