📄 back_top.jsp~10~
字号:
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
back_top
</title>
</head>
<%
if(session.getAttribute("form")==null){
out.print("<script language=javascript>alert('服务器已经断开,请重新登录!');window.location.href='log.jsp';</script>");
}%>
<script language="javascript" src="clock.js" type="">
</script>
<body bgcolor="#ffffff" onselectstart="return false" onload="clockon(bgclock)">
<table width="800" height="65" border="0" align="center" cellpadding="0" cellspacing="0" background="myimage/back_top.jpg">
<tr>
<td width="501"> </td>
<td width="299"><p> </p>
<p> <a href="head_index.jsp">我的首页</a> <font color="#FFFFFF">|</font> <a href="back_main.jsp" target="main">管理博客</a> <font color="#FFFFFF">|</font> 安全退出</p></td>
</tr>
</table>
<table width="800" height="23" border="0" align="center" cellpadding="0" cellspacing="0" background="myimage/back_top2.jpg">
<tr>
<td height="23" valign="top"><table width="379" height="23" border="0" cellpadding="0" cellspacing="0">
<tr align="center" >
<td><font color="red"><div id="bgclock"></div></font></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -