java 3
lol,
<script language="JavaScript1.1"> <!– function right(e) { if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false; else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) { alert("Rigth-mouse click isn't allowed!"); return false; } return true; } document.onmousedown=right; if (document.layers) window.captureEvents(Event.MOUSEDOWN); window.onmousedown=right; //–> </script>
<script language="javascript">
<!–
function pasuser(form) {
var text2='lolage'
var text4='hahaomgz'
if (form.text1.value==text2) {
if (form.text3.value==text4) {
location="index.php?text1=lol&text3=haha"
}
else {
alert("Invalid Password")
}
}
else {
alert("Invalid UserID")
}
}
//–>
</script>
<center>
<table cellpadding="4" border="0">
<tr>
<td align="center" height="24" width="84">User ID:</td>
<td align="center" height="24" width="170"><form name="login"><input name="text1" type="text"></td>
</tr>
<tr>
<td align="center" height="24" width="84">Password:</td>
<td align="center" height="24" width="170"><input name="text3" type="password"></td>
</tr>
<tr>
<td align="center" height="1" width="84"><input type="button" value="Login" onClick="pasuser(this.form)"></td>
<td></td>
</tr>
</table>
</center>
aint working shit.