📄 indexbbbb.asp
字号:
<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://ag.hk246.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -