admin.asp
来自「这是我个公交查询系统,用ASP+SQL做的,经过多次调试了 能够很好运行.」· ASP 代码 · 共 18 行
ASP
18 行
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>九江公交后台管理</title>
</head>
<frameset rows="76,449" cols="*" frameborder="yes" border="1" bordercolor="#47478D">
<frame src="admin_top.asp" name="top" scrolling="NO" noresize />
<frameset rows="*" cols="141,610" frameborder="yes" border="1" bordercolor="#47478D">
<frame src="admin_left.asp" name="left" scrolling="NO" noresize />
<frame src="admin_center.asp" name="center" noresize />
</frameset>
</frameset>
<noframes><body>
</body>
</noframes></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?