index_main.asp
来自「ASP-六合在线投注系统,绝对好用」· ASP 代码 · 共 24 行
ASP
24 行
<%
If Session("SK2User")="" Then
Response.Write ("<script Language=Javascript>alert('Please input username/password and try again!!!');history.go(-1)</script>")
Response.End
End If
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<TITLE>SK2</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<frameset rows="80,*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="head.asp" name="topFrame" scrolling="NO" noresize >
<frameset rows="*,0" cols="230,*" frameborder="NO" border="0" framespacing="0">
<frame src="userleft.asp" name="leftFrame" noresize>
<frame src="usermain.asp" name="mainFrame"><frame name=action src="ac2.asp"></FRAMESET>
</frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?