main.asp

来自「网络商城系统」· ASP 代码 · 共 27 行

ASP
27
字号
<!--#include file="session.asp"--><html>

<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>多多电子商务后台管理官方网站http://www.ddtaobao.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="keywords" content="多多电子商务后台管理官方网站http://www.ddtaobao.com">
<meta name="description" content="多多电子商务后台管理官方网站http://www.ddtaobao.com">
</head>

<frameset framespacing="0" border="0" frameborder="0" rows="41,*">
	<frame name="banner" scrolling="no" noresize target="contents" src="top.asp" marginwidth="0" marginheight="0">
	<frameset cols="183,*">
		<frame name="contents" target="main" src="menu.asp" marginwidth="0" marginheight="0" scrolling="auto">
		<frame name="main" src="begin.asp" marginwidth="0" marginheight="0" scrolling="auto" target="_self">
	</frameset>
	<noframes>
	<body>

	<p>此网页使用了框架,但您的浏览器不支持框架。</p>

	</body>
	</noframes>
</frameset>

</html>

⌨️ 快捷键说明

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