View Full Version : Looking for a Gate Keeper Script....
Robert Shaw
11-20-2002, 05:07 AM
I have been searching for a Gate Keeper Script for ages...... Still cant find one :( Anyone know where i could find one?
Robert Shaw
Dengie World (http://www.geocities.com/dengieworld)
acrobatNerd
11-20-2002, 05:26 AM
well, it shouldn´t be that hard.. Have you tried google.com? search for "gate keeper script".. OR search for "javascript" and you get loads of sites containing javascripts. One of them should help you out.
;)
scoutt
11-20-2002, 09:28 AM
don't look to hard... also I don't know why you wan tit becasue it isn't very secure.
<HTML>
<HEAD>
<TITLE>My Page</TITLE>
<SCRIPT language="JavaScript">
<!--- Hide from tired old browsers
/************************************************
Gate Keeper v2.0 by Joe Barta
Get your very own Gatekeeper from Professional Web Design
http://junior.apk.net/~jbarta/weblinks/gate_keeper/
************************************************/
function gateKeeper() {
var password = prompt("Password required:", "")
var location=password + ".html";
this.location.href = location;
}
// done hiding --->
</SCRIPT>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<A HREF="javascript:gateKeeper()">Click here</A> for some cool stuff!
</BODY>
</HTML>
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.