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

📄 filesloginout.ascx

📁 99分钟定时程序。
💻 ASCX
字号:
<%@ Control Inherits="SpbDev.FilesWebPages.UCFilesLoginOut" Language="C#"%>
<%@ Register TagPrefix="spbdev" Namespace="SpbDev.FilesWebControls" Assembly="SpbDev.Files"%>
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=gb2312'>
<title><%=FilesSysName%> - 注销登陆成功</title>
<style type="text/css">
<!--
body{font-size:12px}
//-->
</style>
<script language="javascript">
<!--
function pageGo(){
	window.location.href="FilesLogin.aspx";
}
//-->
</script>
</head>
<body onload="window.setTimeout('pageGo()',2000);">
<br><br>
<center>注销本次登陆成功,即将跳转到登陆页....</center>
</body>
</html>

⌨️ 快捷键说明

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