I can't see your code, pastebin said is expired, but I have a similar
problem. I resolved correcting the html structure.
I had this code
<table>
<form>
<tr>
<td>
bla bla
</td>
</tr>
</form>
</table>
(forgive me, I was refactoring a 6 years old page ;-))

when I put the form outside the table, it starts to work perfectly. I
think that the delegation plugin, that is responsible for the update
evetns in FF, is "sensible" about the html DOM.

Try to validate your page, and see what happens.

Bye

On Mar 30, 9:27 pm, MKDRF <mi...@drfrankshealthproducts.com> wrote:
> I'm using the Validation plugin 
> -http://bassistance.de/jquery-plugins/jquery-plugin-validation/
>
> In IE6/7, it works fine.
>
> In FF/Opera, there are two (possibly related) problems:
>
> 1) If I submit the blank form, the validation seems to work. All of
> the required fields have theerrormessage appended to them as they
> should. However, if I submit again, a 2nd,duplicateerrormessage
> shows as well. This can be repeated indefinitely.
>
> 2) If I change the data an in Invalid input field, theerrormessage
> does not go away.
>
> Screenshots:
> Form:http://i41.tinypic.com/29fw8ch.gif
> After 1 submit:http://i41.tinypic.com/30i9nhl.gif
> After 2 submits:http://i43.tinypic.com/24wwy7m.gif
>
> Code:http://pastebin.com/m6e59dcaf
>
> Thanks!

Reply via email to