📄 filesloginout.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 + -