📄 sqzy.asp
字号:
<!--#include file="tools.asp"-->
<html>
<head>
<meta NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<script ID="clientEventHandlersJS" LANGUAGE="javascript">
<!--
function line_onclick() {
if (pic.value == 0){
menu.style.display = 'none';
pic.src = 'images/jt_right.gif';
pic.title = '展开';
pic.value = 1;
}
else {
menu.style.display = '';
pic.src = 'images/jt_left.gif';
pic.title = '隐藏';
pic.value = 0;
}
}
function SCFW() {
mainmenu.SCFW();
}
//-->
</script>
</head>
<body scroll="no" style="MARGIN: 0px">
<table border="0" cellPadding="0" cellSpacing="0" height="100%" width="100%">
<tbody>
<tr>
<td align="middle" id="menu" name="menu" noWrap vAlign="center">
<iframe frameBorder="0" id="mainmenu" name="mainmenu" src="mainmenu.asp" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 105px; Z-INDEX: 2">
</iframe>
</td>
<td width="8">
<table border="0" cellPadding="0" cellSpacing="0" height="100%">
<tr>
<td id="line" align="center" style="width: 8px;HEIGHT: 100%;cursor:hand" background="images/barbg.gif" LANGUAGE="javascript" onclick="return line_onclick()"><img id="pic" src="images/jt_left.gif" value="0" WIDTH="6" HEIGHT="8" title="隐藏"></td>
</tr>
</table>
</td>
<td style="WIDTH: 100%">
<iframe frameBorder="0" id="list" name="list" scrolling="yes" src="
<%
if Request.QueryString("ID") <> "" then
if Request.QueryString("WZID") <> "" then
Response.Write("wzlb.asp?RTID="&Request.QueryString("ID")&"&ID="&Request.QueryString("WZID"))
else
Response.Write("ltlb.asp?ID="&Request.QueryString("ID"))
end if
else
Response.Write("ltzy.asp")
end if
%>
" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1">
</iframe>
</td>
</tr>
</tbody>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -