ホームページ > 記事 > ウェブフロントエンド > ページから backend_html/css_WEB-ITnose への一般的なリクエスト メソッド
フォームフォーム:
<form action=<span style="color:#FF0000;">"${ctx}/post/cusBatch" </span>method="post" name="classForm" id="classForm">
ポップアップボックス付き:
$("#addClass").click(function(){ var diag = new top.Dialog(); diag.Drag=true; diag.Title ="班组新增"; <span style="color:#FF0000;">diag.URL = "${ctx}/businessClass/add"</span>; diag.Width = 490; diag.Height =300; diag.CancelEvent = function(){ //关闭事件 diag.close(); }; diag.show(); });
/** *查看批次详情 */ function cusBatchDetail(postBatchno){ <span style="color:#FF0000;">var url = "${ctx}/post/cusBatchDetail?postBatchno="+postBatchno; window.location.href=url</span>; }