document.forms[0].onsubmit=function () {
                                   if (window.document.readyState != null &&
                                            window.document.readyState != 'complete')

                                    {
                                        alert("正在处理,请稍候!");
                                        return false;
                                    }
                                  else
                                  { 
                                          return true;
                                   }
                               }

相关文章:

  • 2022-12-23
  • 2021-04-28
  • 2021-10-25
  • 2022-01-08
  • 2022-01-26
  • 2021-12-11
  • 2021-10-26
  • 2021-08-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-02
  • 2021-09-09
  • 2021-08-16
相关资源
相似解决方案