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

📄 callsfinish.asp

📁 学生档案与成绩管理(1)学生档案管理:记录每个学生的档案信息
💻 ASP
字号:
<!-- #include file = "../include/asphead.asp" -->
<!-- #include file = "../include/function.asp" -->
<%CheckUser()%>
<link href="../include/main.css" rel="stylesheet" type="text/css">
<HTML>
<head>
</head>
<%
	dim WExcel
	set WExcel=server.CreateObject("WExcel.Sheet")

	dim UniqueID,TimeLength,RecordedFile

	UniqueID=Request.QueryString("UniqueID")
	if not isnumeric(UniqueID) then 
		UniqueID=0 
	end if
	TimeLength=Request.QueryString("TimeLength")
	if not isnumeric(TimeLength) then 
		TimeLength=0 
	end if
	RecordedFile=Request.QueryString("RecordedFile")
	
	WExcel.PhoneCallFinished cint(UserID),clng(UniqueID),clng(TimeLength),cstr(RecordedFile)

%>
</HTML>

⌨️ 快捷键说明

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