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

📄 view_flow.asp

📁 功能齐全的oa系统
💻 ASP
字号:
<% option explicit%>
<!-- #include virtual="include/DataEnvi.asp" -->
<!-- #include file="Function.asp" -->
<%
	Dim ObjDB,IntComMsgID
	Dim StrFlow
	IntComMsgID = Request.QueryString("ID")
	Set ObjDB = Server.CreateObject("Adodb.Connection")
	OpenDB ObjDB
	
	StrFlow = GetFlowString(ObjDB,IntComMsgID)
	If StrFlow="" Then
		Response.Redirect "View_Flow_Create.asp?ID=" & IntComMsgID
	End If
%>


<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
td	         { font-size:12px }
input	         { font-size:12px }
</style>
<script language=javascript src="../../../Include/JsFlow.asp"></script>
</head>
<body leftmargin="5" topmargin="5">
<script language=javascript>
var k = new Array(<%=StrFlow%>)
document.write(drawFlow(k))
</script>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -