摘要: function WaitFor() { var div = $('wait for processing......'); $('body').append(div);}function AskContinue() { if (confirm("Are you sure you want to do it?")) { $("form").submit(); }}@using (Html.BeginForm("ForUpload", "CSOT", FormMethod.Post, 阅读全文
posted @ 2012-05-18 10:26 Yu 阅读(3684) 评论(0) 推荐(0) 编辑