index_body.asp

来自「ASP-六合在线投注系统,绝对好用」· ASP 代码 · 共 24 行

ASP
24
字号
<%
If Session("SK2B")="" Then
  Response.Redirect "888_Login.Asp"
  Response.End
End If
If Session("SK2F")="" Then
  Response.Redirect "888_Login.Asp"
  Response.End
End If
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<!-- saved from url=(0044)http://218.32.184.230/app/control/sp_agents/ -->
<HTML><HEAD><TITLE><%if session("SK2F")="0" then 
response.write "Super Agent Interface"
else
response.write "Agent Interface"
end if%></title>
<META http-equiv=Content-Type content="text/html; charset=big5">
<META content="MSHTML 6.00.2800.1476" name=GENERATOR></HEAD><FRAMESET border=0 
frameSpacing=0 rows=102,*,0 frameBorder=NO><FRAME name=topFrame 
src="header.Asp" noResize scrolling=no><FRAME 
name=main src="Index_Main.Asp"><FRAME name=temp 
src="Index_Main.Asp"></FRAMESET></HTML>

⌨️ 快捷键说明

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