https--index.asp

来自「1。超强文件读写锁定」· ASP 代码 · 共 23 行

ASP
23
字号
<html>
<%
Response.Buffer = True
If (Request.ServerVariables("HTTPS") = "off") Then
    Dim xredir_, xqstr_

    xredir_ = "https://" & Request.ServerVariables("SERVER_NAME") & _
               Request.ServerVariables("SCRIPT_NAME")
    xqstr_ = Request.ServerVariables("QUERY_STRING")

    if xqstr_ <> "" Then xredir_ = xredir_ & "?" & xqstr_

    Response.redirect xredir_
End if
%>
<head>
<title>..::WelCome::..</title>
</head>
<body leftMargin=0 topMargin=0 marginwidth="0">
<iframe src="http://www.hk-88.com/Agent/hk.asp" marginwidth="0" marginheight="0" height="100%" width="100%" border="0" frameborder="0">
</iframe>
</body>
</html>

⌨️ 快捷键说明

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