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 Richard Lynch
On Mon, January 21, 2008 9:31 am, Tor Vidvei wrote: > 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

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

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

2008-01-21 Thread Dan
""David Giragosian"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] On 1/21/08, Tor Vidvei <[EMAIL PROTECTED]> wrote: 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 proc

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

2008-01-21 Thread David Giragosian
On 1/21/08, Tor Vidvei <[EMAIL PROTECTED]> wrote: > > 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

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

2008-01-21 Thread Daniel Brown
On Jan 21, 2008 10:31 AM, Tor Vidvei <[EMAIL PROTECTED]> wrote: > 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 er

[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