main.asp

来自「书店的管理系统。不错的一个源程序。提供给大家。」· ASP 代码 · 共 18 行

ASP
18
字号
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
</HEAD>

<%ShopID=request("ShopID")%>

<frameset rows="77,449*" frameborder="NO" border="0" framespacing="0" cols="*"> 
  <frame name="topFrame" scrolling="NO" noresize src="title.asp?ShopID=<%=ShopID%>" >
  <frame name="mainFrame" src="1098M.asp?ShopID=<%=ShopID%>">
</frameset>
<noframes><body bgcolor="#FFFFFF">

</body></noframes>

</HTML>

⌨️ 快捷键说明

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