index_new.asp

来自「功能最强大的ASP网站」· ASP 代码 · 共 20 行

ASP
20
字号
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=session("SoftName")%></title>
</head>
<frameset rows="60,*" framespacing="0" frameborder="1" border="false" scrolling="yes">
  <frame name="top" scrolling="no" src="Index_new_Top.asp">
  <frameset framespacing="0" border="false" cols="170,10,*" frameborder="0" id="frame" scrolling="yes">
    <frame name="left" scrolling="auto" marginwidth="0" marginheight="0" src="Index_new_Left.asp"> 
	<frame name="center" scrolling="no" src="Index_new_center.asp"  noresize>
    <frame name="main" scrolling="auto" src="userself/userinform.asp" noresize>
  </frameset>
</frameset>
<noframes>
  <body leftmargin="2" topmargin="0" marginwidth="0" marginheight="0">
  <p>你的浏览器版本过低!IE5及以上版本才能使用!</p>
  </body>
</noframes>
</html>

⌨️ 快捷键说明

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