protectedresource.srf

来自「Vc.Net入门与提高源码」· SRF 代码 · 共 19 行

SRF
19
字号
{{ handler ForceLogin.dll/ProtectedResource }}
<html>
	<!-- (c) 2000 Microsoft Corporation -->
	<head>
		<title>{{Title}}</title>
		<meta http-equiv="content-type" content="text/html; charset=iso8859-1">
		<link rel="stylesheet" href="normal.css" type="text/css">
	</head>

	<body>
		<h1>{{Title}}</h1>
		<p>
		This resource is accessible to you only as long as you have a special cookie.
		The logon screen will provide you with the special cookie if the password and username match.
		This is a session cookie, so if you use another instance of the browser to access
		this resource, you will	be presented with the logon screen once again.
		</p>
	</body>
</html>

⌨️ 快捷键说明

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