WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDES  |  PHP CLASSES  |  CODE SEARCH  |  ARTICLES SEARCH  |  PHP FORUMS  |  PHP MANUAL  |  PHP FUNCTIONS LIST  |  WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Submit Your Code
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
WeberDev's Monthly code contest PHP Code Contest
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
Web Development Resources
Web Development Content
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Mobile Dev World

Go Back Add a Comment Send this example to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES ADD CODE EXAMPLES PRINT
Title : AutoComplete in HTML forms
Categories : DHTML, HTML, Web Browsers Click here to Update Your Picture
Leonid R
Date : Jun 25th 2002
Grade : 2 of 5 (graded 5 times)
Viewed : 15142
File : No file for this code example.
Images : No Images for this code example.
Search : More code by Leonid R
Action : Grade This Code Example
Tools : My Examples List

  Submit your own code examples 
 

Implementing AutoComplete is easy, but there may be times when either the user or
the Web author does not want to use this feature. The AUTOCOMPLETE attribute allows
Web authors to selectively disable the AutoComplete feature for a single INPUT
type=text element or all INPUT type=text elements in a particular form. For example,
by providing a value of off, a particular field or the entire form can be disabled.
If a Web author does not want users to see the AutoComplete feature for a password
field, the AUTOCOMPLETE attribute can be used to disable the feature for that single
field, as in the following example:

<INPUT TYPE = password NAME = oPassword AUTOCOMPLETE = "off">

In addition, if a Web author does not want users to see the AutoComplete feature for
any field in a form, the AUTOCOMPLETE attribute can be used to disable the feature
for the entire form.

<FORM AUTOCOMPLETE = "off">
:
</FORM>

You can enable AutoComplete by setting the value of the autocomplete property to an
empty string.

To determine when a user updates the content of a field from the AutoComplete dialog
box, use the onpropertychange event, rather than the onchange event, because the
onchange event does not fire.





How to keep your tables width stable even if you have long strings inside.
Categories : CSS, Web Browsers, HTML, Beginner Guides
Table editable dynamic form with edit + selection (select / option) + checkbox.
Categories : Java Script, DHTML, User Interface, CSS, HTML
Unobtrusive javascript for maintaining scrollable layer state
Categories : DHTML, Java Script, HTML
Javascript animated menu items
Categories : DHTML, CSS, Java Script, HTML
Check if Javascript is Enabled or Disabled - Works in all Browsers
Categories : Java Script, HTML, Web Browsers
Page Loading Message shown during the time your site's page is being loaded.
Categories : HTML, CSS, Java Script
Parses HTTP_USER_AGENT so that you can customize your site to different browsers
Categories : HTML, PHP, Complete Programs
How to use META REFRESH to auto refresh an html page after x seconds.
Categories : HTML
complete simply working javascript password generator file. Use letter, vowels, consonants (uppercase and lowercase) arrays to create a really random and secure password. improved security using time functions to initialize random number generator.
Categories : Java Script, HTML, Security, Authentication, Strings
How to put a subject line in the mailto link.
Categories : Email, HTML
Javascript Background Scroller
Categories : Java Script, CSS, HTML
hick
Categories : HTML, Java Script
Clock at Status Bar
Categories : Java Script, HTML, Date Time
Prevent Right Mouse steal your graphics
Categories : HTML, Java Script, Security
KuPro1.0 - This application is for Libraries, To see their books and to maintain users books. This version is in Turkish, future vers may have English Support.
Categories : PHP, Java Script, DHTML