📄 top.asp
字号:
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
<link rel="stylesheet" href="1.css" type="text/css">
<link rel="stylesheet" href="css.css" type="text/css">
<link rel="stylesheet" href="link.css" type="text/css">
<div id="Layer1" style="position:absolute; left:30px; top:8px; z-index:1; visibility: hidden">
<table width="61%" border="0" cellspacing="0" cellpadding="0" bordercolorlight="#787878" bordercolordark="#FFFFFF" align="center">
<tbody>
<%q=false
Set rso=conn.Execute("select * from foption")
Set rssort=conn.Execute("select * from sort")%>
<%Do while not rssort.eof%>
<tr align= "center">
<%for i=0 to rso("sortcol")
if not rssort.eof then%>
<%if q=false then%>
<%q=true%>
<%else%>
<td height="100%"><a href="index.asp?linktype=<%=rssort("sort")%>"><%=rssort("sort")%>
<%rssort.movenext%>
</a></td>
<%end if%>
<%end if%>
<%next%>
</tr>
<%loop%>
</tbody>
</table>
</div>
<span class="9point"></span><font color="#FFFFFF"></font>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -