login.htm

来自「Bug管理系统」· HTM 代码 · 共 20 行

HTM
20
字号
<script language="C#" runat="server">
	Response.Redirect("default.aspx?msg=authentication+error");
</script>
<script language="javascript">
	window.location.replace('default.aspx?msg=authentication+error');
</script>
<html>
<head>
	<title>Error with Windows Authentication</title>
	<meta http-equiv="refresh" content="5;default.aspx?msg=authentication+error">
</head>
<body onload="window.location.replace('default.aspx?msg=authentication+error');">
<h1>An error occured with Integrated Authentication</h1>

<p>An error occured while attempting to authenticate using integrated security.
You will be redirected to the manual login screen in 10 seconds.</p>

<p><a href="default.aspx?msg=authentication+error">Go to logon page.</a></p>
</body>
</html>

⌨️ 快捷键说明

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