filesloginout.ascx
来自「99分钟定时程序。」· ASCX 代码 · 共 24 行
ASCX
24 行
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?