Login page

Were it says "username here" put a username... were it says "password here" put a password. Were it says "URL here" put the URL were it goes to. NOTE: this is VERY easy to hack, and if they try to right click on it it will say "NO RIGHT CLICKING" they do it again it will never stop saying "no right clicking" they must then close their web browser.

<SCRIPT language=JavaScript>
document.onmousedown=click
var times=0
var times2=10
function click() {
if ((event.button==2) || (event.button==3)) {
if (times>=1) { bye() }
alert("No right clicking, don't do it again..");
times++ } }
function bye() {
alert("I said NO right clicking! click ok to exit you little DIPSHIT");
bye() }
</SCRIPT>

 <script language="javascript">
<!--//
/*This Script allows people to enter by using a form that asks for a
UserID and Password*/
function pasuser(form) {
if (form.id.value=="Username here") {
if (form.pass.value=="pass here") {             
location="URL HERE"
} else {
alert("Invalid Password")
}
} else {  alert("Invalid UserID")
}
}
//-->
</script>

<center>
<table bgcolor="white" cellpadding="12" border="1" style="border: 0px dashed #FF0000">
<tr><td colspan="2" bordercolor="#FFFF00" style="border: 1px solid #FF0000"><center><h1><i><b>
 <font size="3">Login
Area</font></b></i></h1></center></td></tr>
<tr><td height="30" bordercolor="#FFFF00" style="border: 1px solid #FF0000"><h1><i><b>
 <font size="3">UserID:</font></b></i></h1></td>
 <td height="64" bordercolor="#FFFF00" style="border: 1px solid #FF0000"><form name="login"><input
name="id" type="text"></td></tr>
<tr><td bordercolor="#FFFF00" style="border: 1px solid #FF0000"><h1><i><b>
 <font size="3">Password:</font></b></i></h1></td>
 <td bordercolor="#FFFF00" style="border: 1px solid #FF0000"><input name="pass"
type="password"></td></tr>
<tr><td bordercolor="#FFFF00" style="border: 1px solid #FF0000" height="51"><center><input type="button" value="Login"
onClick="pasuser(this.form)"></center></td>
 <td bordercolor="#FFFF00" style="border: 1px solid #FF0000" height="51"><center><input
type="Reset"></form></td></tr></table></center>

 
Make a Free Website with Yola.