mes_downline.asp

来自「在线考试系统」· ASP 代码 · 共 28 行

ASP
28
字号
<%@ Language=VBScript %>

<% option explicit %>

<!-- #include file="conn_webqq.asp" -->
<!-- #include file="inc_session.asp" -->

<%


	dim uid
	uid=GetSession

	dim sSQL

	if uid<>"" then
		sSQL="DELETE * FROM tOnline WHERE uid='" & uid & "'"
		connq.execute sSQL
	end if

	call closeconnq

%>

<script language="vbscript">
	window.close()
</script>

⌨️ 快捷键说明

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