摘要:
1、aspx页中没有<form runat="server">2、 this.Page.ClientScript.RegisterClientScriptBlock(),后面加了response.end()3、this.Page.ClientScript.RegisterClientScriptBlock(this.gettype(),"a","alert('it's not allo... 阅读全文
posted @ 2009-12-11 15:52
tangself
阅读(625)
评论(0)
推荐(0)
摘要:
document.forms[0].onsubmit=function () { if (window.document.readyState != null && window.document.readyState != 'complete') { alert("正在处理,请稍候!"); return false; } else { return true; } } 阅读全文
posted @ 2009-12-11 15:41
tangself
阅读(177)
评论(0)
推荐(0)