Ha ha! Cute.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Please enter your username and password...</title>
<style type="text/css">
body {position:absolute; text-align:center}
</style>
<script type="text/javascript">
function grantAccess() {
var username = document.getElementById("userName").value
var password = document.getElementById("passWord").value
var theusername = "John Doe"
var thepassword = "Enter"
var x = document.getElementById("accessForm")
submitOK = "true"
* if (getElementById("userName").length==0) {
alert("Please enter a valid username.")
submitOK = "false"
}
else if (getElementById("passWord").length==0) {
alert("Please enter a valid password.")
submitOK = "false"
}
else if (username != theusername || password != thepassword) {
alert("Invalid username.")
submitOK = "false"
}
else if (username == theusername && password == thepassword) {
alert("Welcome, " + username + ".")
x.action="http://webpages.charter.net/thelostnumber/home.html"
}
if (submitOK="false") {
return false
}
}
</script>
</head>
<body>
<form id="accessForm" action="" onsubmit="return grantAccess()">
Please enter your username and password.
<br />
<br />
Username: <input type="text" id="userName" size="20" />
<br />
Password: <input type="password" id="passWord" value="" size="20" />
<br />
<br />
<input type="submit" value="Submit" />
</form>
</body>
</html>
Quote from: Haddas on Thu 09/11/2006 13:55:47I know, I was thinking the same thing. Must be another baby boom.
Man. EVERYONE is having a baby nowadays.
Quote from: Layabout on Wed 01/11/2006 14:59:01
That is an old school gyppo caravan. You need a horse and wear funny clothes and smell funny and grow a beard to look the part with that caravan. Is there something you are not telling us OBI? You aren't a gyppo are you? I hope not.
Quote from: neelhound on Thu 26/10/2006 10:21:29Understood.
I am trying to state, that they are not JUST for kids buts people cant say 'oh hes just a kid he wont be good with ags'
Quote from: Alliance on Thu 26/10/2006 10:26:20Trust me, man. I know exactly what you mean. You should read some of the dumb crap I've posted.
It's just how you act on these forums that affects what people think.
Quote from: neelhound on Wed 25/10/2006 12:33:56
why do you do that when you dont realise that it IS childish doing adventure games???
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.068 seconds with 15 queries.