index_whole.asp

来自「此源码的会员,代理,后台功能齐全,是真真正正包含数据库(在matali文件夹里)」· ASP 代码 · 共 23 行

ASP
23
字号
<html>
<head>
<script>
if(self.Frame==top){
location.href = "index.asp";
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>代理后台</title>
</head>

<frameset rows="*,0" frameborder="NO" border="0" framespacing="0">
  <frameset rows="100,*" frameborder="NO" border="0" framespacing="0">
    <frame src="/Agent/index_memu.asp" name="topFrame" scrolling="NO" noresize >
    <frame src="/Agent/index_button.asp" name="mainFrame">
  </frameset>
  <frame src="/Agent/agent_line.asp" name="bottomFrame" frameborder="no" scrolling="no" noresize marginwidth="0" marginheight="0">
</frameset>
<noframes><body>

</body></noframes>
</html>

⌨️ 快捷键说明

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