⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addnew_06.asp

📁 功能齐全的oa系统
💻 ASP
字号:
<%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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -