http://www.icyphoenix.com/viewtopic.php?f=29&t=8075&p=54312#p54312
-----------------------------------
Informpro
Thu 20 Oct, 2011 16:24

Re: IE9 And Posting/Editing
-----------------------------------
This would certainly work[code]$('form').submit(function ()
{
  $(this).find('input[type="submit"]').val('Please wait').find('.mainoption').attr('disabled', true);
});[/code]EDIT : for some reason it prevents the post from being saved. I neither know nor have time to look if IP checks the value of SUBMIT (I only know it checks if it's present)


