摘要:
共收集了四种解决方案不知道哪些方案在你的工程中适用:1 在 page_load 里加上如下代码:string beforeSubmitJS = “\nvar exportRequested = false; \n”; beforeSubmitJS += “var beforeFormSubmitFunction = theForm.onsubmit;\n”; beforeSubmitJS += “theForm.onsubmit = function(){ \n”; beforeSubmitJS += “var returnVal = beforeFormSubmitFunction(); \ 阅读全文
posted @ 2012-06-12 15:08
小师傅
阅读(338)
评论(0)
推荐(0)

浙公网安备 33010602011771号