Re: [PHP] Resetting drop-downlists in input-fields for texts

2008-01-23 Thread Tor Vidvei
On Mon, 21 Jan 2008 17:23:34 +0100, "Daniel Brown" <[EMAIL PROTECTED]> wrote: The only way I can think of that would allow you to do it is to dynamically-name the fields in the form. By doing so, AutoComplete won't be able to recognize the fields, and you should be in good shape. In the

Re: [PHP] Resetting drop-downlists in input-fields for texts

2008-01-22 Thread Tor Vidvei
On Mon, 21 Jan 2008 17:25:06 +0100, "David Giragosian" <[EMAIL PROTECTED]> wrote: I think this HTML is IE specific, ... Not sure if you can do it on a tag by tag basis or not, nor what versions it might be limited by. David Thanks a lot! This solution works fine in the three browser

[PHP] Resetting drop-downlists in input-fields for texts

2008-01-21 Thread Tor Vidvei
I'm developing a traning page for basic math. The answers are entered by the user in simple text input fields and the same page is returned (after having been processed by php) to the user with indications of correctness or error on each answer. If the AutoComplete feature is turned on a