Your Ad Here

Home » Simple CSS Code »

1

If the application have the auto-complete (auto-suggest) functionality, then first time when i am type a character then some text auto suggestion will appear, from the next time when i am trying to enter the same test then browser auto-complete is working along with the our auto-complete. To avoid that problem add the following code in the text box:

 <input type="text" name="userName" autocomplete="off" />

Hope it will be useful.


You may like these posts

    PHP Header ExamplesSteps to implement and hosting your website in google app engine for freeHow to remove the scroll in textarea?Multi-language support for web application with MySql and PHP

 

1 Comment

  1. Gabriel says:

    nice tricky,

Leave a Reply