Home The Webmistress Freebies Site FAQ WWW Tutorials Guestmap

Welcome

Welcome to KindaKooky.org! This is a personal / hosting domain, hope you enjoy your stay here!

Online since October 10th 2003
users online

Cez

Ceza! Ceri. Ceza. 21F. UK. West Midlands. Works in admin. Has a BF.
Likes Will Young, Arctic Monkeys, Hard-Fi, Harry Potter amongst other things.
Dislikes Spiders and all bugs really

Cam

Latest Updates

02/03: New layout

Contact

msn me on: ceri@kindakooky.org aim me on: cezaweza

Link Exchanges

Jen Andy Lindsey Sara Heather Faye Kaz

Want to do link exchange?

Webrings Joined

Despair.nu - sweetlikepoison

«#Blogging Brits?»

Credits

www.sxc.hu

Disable Right Clicking

After the

<body> tag on the page you want to disable right clicking, copy and paste this coding: <script language=JavaScript> <!-- var message=""; /////////////////////////////////// function clickIE() {if (document.all) {(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} document.oncontextmenu=new Function("return false") // --> </script>