Home
Webmaster Tools
Most Popular
Tags
Category
All
Android
C
CSS
Gadgets
HTML
Internet
Java
JavaScript
JSP
Linux
Networking
Perl
PHP
SEO
Social Networking
SQL
Struts
Troubleshooting
Web Browser
Web Server
Webmaster
Windows
XML
Xtra
Feeds
Login
Email
Password
or
Sign up
Forgot your password?
how to disable autocomplete in html
Steps to disabling form auto complete in HTML
In many cases we need to disable the form autocomple. This can be done by setting argument
autocomplete
in input tag to
off
<input type="text" name="mytext" autocomplete="off" />
Related Topic
How to Disable Right Click on HTML Page
PHP Programming Best Practices
How to Enable, Disable Google +1
How to Disable Browser Back Button in JavaScript
How to Disable HTML Form Field
HTML
nScraps.com © 2011
Privacy Policy
Terms of Service
Feedback