| email me, [email protected] |
| ALL PICTURES, SOUNDS, JOKES AND EVERYTHINK ELSE ON THIS PAGE IS COPYRIGHT GLEN HUSCROFT 2001-2002.DO NOT STEAL OR ELSE YOU WILL BE PUNISHED! |
| Hey everyone, and welcome to my site of amazingness. I will be updating the site soon with loadza fables and cool pictures of funny things and people. I would like to say thankyou to no one as i did this all by myself. secondly i would like to say hello to some people: Sarah (I Love You) David Porter, Paul Pentelow, Thomas Earley, Adam Lea, Lee Cruddas, Steva, Choc, Lee, Susannah, Holly Bryce, Charlotte, Kirsty, Barry Craig, Brucie, wadey, Gemma, Andrew, Amy, Carly Traynor, Carly Flood, Catherine, Alice, Margaret. Thanx for visiting, Glen |
![]() |
| function disable_right_click(e) { var browser = navigator.appName.substring ( 0, 9 ); var event_number = 0; if (browser=="Microsoft") event_number = event.button; else if (browser=="Netscape") event_number = e.which; if ( event_number==2 || event_number==3 ) { alert ("HEY, THOSE ARE MY PIC'S!"); return (false); } return (true); } function check_mousekey () { var mouse_key = 93; var keycode = event.keyCode; if ( keycode == mouse_key ) alert ( "Mouse Key Is Disabled" ); } function trap_page_mouse_key_events () { var browser = navigator.appName.substring ( 0, 9 ); document.onmousedown = disable_right_click; if ( browser == "Microsoft" ) document.onkeydown = check_mousekey; else if ( browser == "Netscape" ) document.captureEvents( Event.MOUSEDOWN ); } window.onload = trap_page_mouse_key_events; |
|
|||