javascript forms

wxdqz

New Member
is ther anything wrong with this peice of code...i cant wor it out

<form name="form2" action=http://cmlotto.netfirms.com/cgi-bin/password.cgi>
<center><font face=Arial>Username:<input type=text name="poop" size=15>
Password:</font><input type=password name="answer2" size=15> </center>
<input type=hidden name="password">
<INPUT TYPE=hidden NAME=function VALUE=http://www.webdeveloper.com/forum/archive/index.php/post>
<p align=center>
<input type=submit value=Login onclick="this.document.form2.password.value = this.document.form2.poop.value +'_' + this.document.form2.answer2.value;" style="font-family: Arial; color: #000000; font-weight: bold">
</p>
</form>
 
Back
Top