age redirect




JavaScript Source Code 3000: Navigation: Age Redirection


































Age Redirection








Occassionally, your web site might need to redirect minors away from adult content. This script is a VERY simple preliminary age check. Those underage are then forwarded to www.crayola.com.









JavaScript Source Code 3000: Navigation: Age Redirection
Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as NotePad or SimpleText) and save (Control-s or Apple-s). The script is yours!




    





<!-- TWO STEPS TO INSTALL AGE REDIRECTION:

1. Paste the coding into the HEAD of your HTML document
2. Copy the onLoad event handler into the BODY tag -->

<!-- STEP ONE: Copy this code into the HEAD of your HTML document -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<! >
<! >

<!-- Begin
function getName() {
var name1 = prompt("What is your name?", "")
var age = prompt("How old are you?", "")
var email1 = prompt("What's your e-mail address?", "")
if( age <= 12) {
alert("Hey kid... You're only " + age + " and expect to stay here!! No way! " + name1 + ", get out of here! If you are at " + email1 + " , then I have your e-mail too!!")
window.open("http://www.crayola.com")
} else {
alert("Hello " + name1 + "! Welcome to JavaScript Source Code 3000! Since you are " + age + ", you are allowed to stay!! If your e-mail is " + email1 + ", you can expect some e-mail soon....")
}
}
// End -->
</SCRIPT>


<!-- STEP TWO: Add this onLoad event handler into the BODY tag -->

<BODY onLoad="getName()">



<!-- Script Size: 0.56 KB -->











Wyszukiwarka

Podobne podstrony:
Age of Numenor PBEM version 0 2 Credits
Zagrożenie Współczesnego Człowieka Ruch New Age
Aristotle On Youth And Old Age, On Life And Death, On Breathing
Dragon Age Spell Grimoire
aa Ulotka przeciw pscyhomanipulacji i New Age
BOG NEW AGE
Year II SLA #10 The Age Factor in SLA
Latvia in the Viking Age
age (2)
Blink2 What s My Age Again

więcej podobnych podstron