📄 profilemain.asp
字号:
<SCRIPT language='javascript'>window.resizeTo(750,600);window.focus()</SCRIPT>
<!--#include file="../config.ini" -->
<!--#include file="../commfunction.inc" -->
<%
dim connq
set connq=server.CreateObject("adodb.connection")
connq.Open connstring
set rsq=server.CreateObject("adodb.recordset")
rsq.Open "select subname from ProFileList where ProFileListid="&request("ProFileListid")&" order by seq",connq,1,1
if not rsq.eof then
strsubname=rsq("subname")
end if
connq.Close
set connq=nothing
%>
<HTML>
<HEAD><TITLE><%=strsubname%></TITLE>
<link rel="Bookmark" href="saa.ico">
<link rel="SHORTCUT ICON" href="saa.ico">
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<META content="MSHTML 5.00.2314.1000" name=GENERATOR></HEAD>
<frameset cols="180,*" border="0" framespacing="0" frameborder="NO">
<frame name="leftFrame" target="helpmain" src="ProFileleft.asp?ProFilelistid=<%=request("ProFilelistid")%>">
<frameset rows="*,1" border="0" framespacing="0" frameborder="NO">
<frame name="bottom" src="ProFilebottom.asp?ProFilelistid=<%=request("ProFilelistid")%>">
</frameset>
</frameset>
<noframes>
<body>
</body>
</noframes>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -