I was trying it on this
PS: the login button is an image!
<tr>
<td class="paragraph_bold">Login Id*:</td>
</tr>
<tr>
<td><input name="visitor/name" type="text" value="" size="15" id="visitorName" onKeyPress="return submitEnterFunction(this,event,submitLoginForm2)" /></td>
</tr>
<tr>
<td class="paragraph_bold">Password*:</td>
</tr>
<tr>
<td><input name="visitor/password" type="password" value="" size="15" id="visitorPassword" onKeyPress="return submitEnterFunction(this,event,submitLoginForm2)" /></td>
</tr>
<tr>
<td><a href="#" onclick="submitLoginForm2();"><img alt="" src="/xflow/pack/docroot/themes/default/images/login.gif" border="0" class="login_btn" /></a></td>
</tr>
As you can see, there is no name attribute! I still wanna know if there is a way!
Also i tried to do that on this site, but I've realized that the submission input tag also has no name! So what should i put instead of "login" : "value" ?
Thanks in advance!