Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

java 3


ttyler333's Avatar
Member
0 0

i need some help with java 3 please help me


ghost's Avatar
0 0

Ok. First off; Its javaSCRIPT. Script. Java and Javascript are two very, very different things.

Read the articles. Read the posts on this. Use Yellowpipe.com. Its fairly straight forward. If you still can't do it THEN you come asking for help. :)


ghost's Avatar
0 0

Another good thing to pay attention to his anything that looks strange in the script. This may be a possible spoiler, but try to see if there are any weird looking lines.


ghost's Avatar
0 0

Please form your requests for help a bit better. State what you have tried, what has failed, what you've found, what you might suspect, and where exactly you're stuck. Then ask specific questions.


ghost's Avatar
0 0

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.