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
PHP Web Logs (BLogs)
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
Submit Site
Forex Trading Online forex trading platform

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 3 times)
Viewed : 9067
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.





Unobtrusive javascript for maintaining scrollable layer state
Categories : DHTML, Java Script, HTML
How to keep your tables width stable even if you have long strings inside.
Categories : CSS, Web Browsers, HTML, Beginner Guides
Javascript animated menu items
Categories : DHTML, CSS, Java Script, HTML
A simple class with some HTML output functions that would come in handy for consistent page layout etc.
Categories : PHP, PHP Classes, HTML and PHP, HTML, Navigation
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
FormWizard reads a mysql table and generates automatically a html formular in a html-table
Categories : PHP, MySQL, HTML
Allows you to parse a deliniated string and put the individual fields in a SELECT option in a form
Categories : HTML, PHP, Strings
Clock at Status Bar
Categories : Java Script, HTML, Date Time
Browser Detecor Class
Categories : PHP Classes, PHP, HTML
Java Script Based Navigation
Categories : HTML, Java Script, Navigation
BBCode Formatting String
Categories : PHP, HTML, Regexps, Arrays
Enchancing dd/mm/yyyy forms with unobtrusive javascript
Categories : Java Script, HTML, User Interface, Date Time
Display Slashdot headers on your own site
Categories : HTML and PHP, HTML, PHP
webcam cam view image ispy browser independant
Categories : Graphics, HTML, HTML and PHP, PHP