Java Scripts:
Age 18+
JavaFILE Age Verification Script This is an age verification script that will let you in if you're 18 or older, send you away if you're a younger kid. Author: Keith Forbus View the Source Download the Script
Age Verification Script
This is an age verification script that will let you in if you're 18 or older, send you away if you're a younger kid.
Author: Keith Forbus View the Source Download the Script
Confirmation alert
JavaFILE Simple confirmation box...click below for a live demo:Click Here For More Author: Joe Burns Download the Script
Author: Joe Burns Download the Script
Open Windows
JavaFILE This script will automatically load 3 new windows when your page is entered. You can use these windows for ads, re-directs...etc. Author: Lefteris Haritou View the Source Download the Script
This script will automatically load 3 new windows when your page is entered. You can use these windows for ads, re-directs...etc.
Author: Lefteris Haritou View the Source Download the Script
Alert box
Alert Box2 This alert box won't allow access to page unless ok is clicked. Clicking cancel will simply return visitor to the prior page. Get the script.
This alert box won't allow access to page unless ok is clicked. Clicking cancel will simply return visitor to the prior page.
Get the script.
Regular Popup Button
<INPUT TYPE="button" VALUE="TEXT HERE" onClick='alert("TEXT")'></FORM>
Clock
<table border=2 bordercolor=blue cellspacing=0><tr><td> <applet codebase=http://www.ClockBot.com/ code=clockbot.Clock width=125 height=25> <param name=bgColor value="#FFFFFF"> <param name=fgColor value="#9966FF"> <param name=shadowColor value="#FFFFFF"> <param name=fontName value="arial"> <param name=fontSize value="20"> <param name=xoff value="2"> <param name=yoff value="2"> <param name=xstart value="10"> <param name=ystart value="21"> <param name=rot value="0"> <param name=msleep value="300"> </applet></table>
"NO RIGHT CLICK"
<SCRIPT language="javaScript"><!-- function click() { if (event.button==2) { alert ("WWFpain.com Protected") } } document.onmousedown=click // --></SCRIPT>
(two of these codes were takin from WWFpain.com)