Click to See Complete Forum and Search --> : remember username


zebdaag
01-24-2009, 02:46 AM
Hi,

I'm having this code in a form:

<tr>
<td width="15">&nbsp;</td>
<td width="185" class="normalText">Gebruikersnaam</td>
<td><input name="username" type="text" class="frm_inputtext" id="username" onclick="this.value =\'\'"/></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td><span class="normalText">Wachtwoord</span></td>
<td align="right"><input name="password" type="password" class="frm_inputtext" id="password" onclick="this.value =\'\'"/></td>
</tr>


When I log in and choose the remember option from firefox it only fills in the password and not the username...when I return to the page? What can be the problem??

Thanks in advance