Monday, February 25, 2013
Updating award fail!
I know I am awful sometimes at updating my blog. I would totally win worst updater if that was an award. I have had an exciting last few weeks... More to come there. I have way to much I need to be doing to go into detail but I have not fallen off the side of the earth yet! Hopefully I will have an update soon. So much has happened lately. I will be back I promise so keep on checking in!
Subscribe to:
Post Comments (Atom)
<script language=JavaScript>
<!--
//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com
var message="Function Disabled!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
No comments:
Post a Comment