[Javascript] automatic filling of login field

Hassan Schroeder hassan at webtuitive.com
Fri May 4 11:43:27 CDT 2007


Bernu Bernard wrote:

> On some site, when there is a login field in a form like
> <form ...>
>     <input type="text" name="login">
>     ...
> </form>
> the field is automatically filled the second time you come back to that
> site.

> Is this pure HTML feature or is it some javascript/cookie to do ?

The value could be inserted server-side or client-side based on a
stored cookie, but it could just be your browser doing it for you :-)

Try searching on "browser form autocompletion" ...

HTH,
-- 
Hassan Schroeder ----------------------------- hassan at webtuitive.com
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
                opinion: webtuitive.blogspot.com
				
                          dream.  code.





More information about the Javascript mailing list