Tuesday, May 29, 2012

html input tell's a browser to save your password

in firefox use the following (additional) attribute "id":
<input type="text" name="userfieldname" id="username" (id="xyz username") .......>
<input type="password" name="passwordfieldname"  id="password" (id="xyz password") .......>