jsp和js通过form.submit();发送request请求createdIdSave.jsp
在CreatedIdSave.jsp中进行BL的增删改查操作,在jsp中将值保存到页面的script中,调用function
<script language="javascript">
parent.fraInterface.afterSubmit222("<%=FlagStr%>","<%=Content%>","<%=tCreateId%>");
</script>
2023-12-30 15:58:58
jsp和js通过form.submit();发送request请求createdIdSave.jsp
在CreatedIdSave.jsp中进行BL的增删改查操作,在jsp中将值保存到页面的script中,调用function
<script language="javascript">
parent.fraInterface.afterSubmit222("<%=FlagStr%>","<%=Content%>","<%=tCreateId%>");
</script>