📄 topmainframe.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.style1 {
font-size: 12px;
color: #FF6600;
}
a:link {
color: #FF6600;
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
body,td,th {
color: #000000;
}
.style2 {color: #000000}
-->
</style>
</head>
<body style="margin:0 ">
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#BCCDED">
<tr>
<th height="40" align="center" style="font-size:18px">
舜网客服退费管理系统</th>
</tr>
<tr>
<td height="20" valign="top" bgcolor="#8EA5FF" style="font-size:12px" ><img src="image/ShowNav.gif" align="left"><a href="#" class="style2" style="font-size:12px" onClick="Nav();return false;">显示/隐藏导航栏</a> 温馨提示:最新短信在网页最下方依次显示。</td>
</tr>
</table>
</body>
</html>
<script language="javascript">
function Nav()
{ if (top.document.all.Bottom.cols != "0%,10,*")
{
top.document.all.Bottom.cols = "0%,10,*";
}
else
{
top.document.all.Bottom.cols = "20%,10,*";
}
}
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -