|
Posted by esteban@cabezudo.net on September 7, 2007, 11:20 am
Please log in for more thread options
I found the solution looking for another thing in a site.
You can turn off the feature with
<input type="text" autocomplete="off"...
It work in firefox. I cant try with it in explorer now. If I do, I put
another post.
Thanks.
> Scripsit este...@cabezudo.net:
>
> > When I write some text in a input text and I submit it the browser (I
> > think) save the text and will show it in a list the next time you
> > write the same text in the same input text, in the same page.
>
> It may. It has nothing to do with HTML, really. It's a browser feature,
> considered as nice user-friendliness by some, as security threat by some
> others. As usual, both are right and wrong.
>
> > My question is. Somebody know how I can make that this list of options
> > don't appear?
>
> This depends on your browser.
>
> > I don't want because I want to show a database list of options.
>
> Huh? Sounds rather unrelated.
>
> --
> Jukka K. Korpela ("Yucca")http://www.cs.tut.fi/~jkorpela/
|