"${ctx}/post/cusBatch" method="post" name="classForm" id="classForm">
有弹框方式:
$("#addClass").click(function(){ var diag = new top.Dialog(); diag.Drag=true; diag.Title ="班组新增"; diag.URL = "${ctx}/businessClass/add" ; diag.Width = 490; diag.Height =300; diag.CancelEvent = function(){ //关闭事件 diag.close(); }; diag.show(); });
直接请求到后台:
/** *查看批次详情 */ function cusBatchDetail(postBatchno){ var url = "${ctx}/post/cusBatchDetail?postBatchno="+postBatchno; window.location.href=url ; }
查看更多关于从页面到后台的常用请求方式_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did107237