Forum Moderators: open
Here's the code:
<html>
<head>
<title></title>
<script language = javascript>
function regulate()
{
if(document.pass.pass.value == 'apassword') {
window.location = "wgw.html";
}
else
{
window.location = "gtfo.html";
}
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><style type="text/css">
<!--
body,td,th {
color: #000000;
}
body {
background-color: #000000;
background-image: url(an image url);
background-repeat:no-repeat;
background-position:top center;
}
--></style> <!--
center div { display:none!important; }
}
-->
</head>
<body spellcheck="false">
<form name="pass">
<p>
</p>
<p>
</p>
<p>
</p>
<div align="center">
<p><input type="password" name="pass" /></p>
</div>
<div align="center">
<p> <img src="http://example.com/img444/5631/loginau.png" alt="Click Me!" onclick="javascript:regulate();" /> </p>
</div>
</form>
<p> </p>
</body>
</html>
Thanks,
Blaze
[edited by: tedster at 4:32 am (utc) on Jan. 15, 2010]
[edit reason] fix side-scroll [/edit]