'autocomplete' Example : autocomplete « Form « HTML / CSS

HTML / CSS » Form » autocomplete 
'autocomplete' Example

    
<HTML>
<Title>Example For autocomplete</Title>
<BODY>
<form name="form1" method="post" action="">
   <input type="text" size=30 name="text1" autocomplete="on">
   <input type="submit" value="Submit">
</form>
</BODY>
</HTML>  
    
      
      
Related examples in the same category
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.