addnew_06.asp
来自「功能齐全的oa系统」· ASP 代码 · 共 20 行
ASP
20 行
<%option explicit%>
<!--#include virtual ="Include/DataEnvi.asp"-->
<!--#include file ="Function.asp"-->
<%
Dim IntComMsgID,IntFlowID,IntAccountIDs
IntComMsgID = Request.QueryString ("ComMsgID")
IntFlowID = Request.QueryString ("FlowID")
IntAccountIDs = Request.QueryString ("AccountIDs")
If IntFlowID = "" then
Call NewSingleFlow(ObjDB,IntComMsgID,IntAccountIDs)
Elseif IntAccountIDs = "" then
Call CopyFlow(ObjDB,IntComMsgID,IntFlowID)
End if
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?