Skip to content

Instantly share code, notes, and snippets.

@yorickvP
Forked from netdesign/gist:2793843
Created May 26, 2012 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yorickvP/2793942 to your computer and use it in GitHub Desktop.
Save yorickvP/2793942 to your computer and use it in GitHub Desktop.
Autocomplete
<form onsubmit="myAuth.login(), false">
<input type="text" name="name" id="auth_name" autocomplete="on">
<input type="password" name="password" id="auth_passwd" autocomplete="off">
<input type="submit" value="Log In">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment