⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 zhuyi.jsp

📁 jsp注册
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="errorpage.jsp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE2 {color: #FFFFFF}
.STYLE3 {color: #FFFFFF; font-weight: bold; }
.STYLE4 {color: #000000}
.STYLE6 {color: #FF0000}
-->
</style>
</head>
<link href="mycss.css" rel="stylesheet" type="text/css" />
<body>
<%
String id=(String)session.getAttribute("id");
if(id!=null) {%>
<table width="626" height="320" border="1" align="left" bgcolor="#FFFFFF">
  <tr>
    <td height="23" colspan="2" bgcolor="#996666"><div align="center" class="STYLE2">快捷操作</div></td>
    <td width="489" rowspan="10"><table width="246" height="286" border="0" align="left" cellpadding="0" cellspacing="0">
      <tr>
        <td width="313" height="187"><table width="479" border="1" align="left" cellspacing="0" bordercolor="#993300">
            <tr>
              <td width="473" height="29" bgcolor="#996666"><div align="center" class="STYLE3">注意事项</div></td>
            </tr>
            <tr>
              <td height="16"><div align="center"><span class="STYLE6">☆★☆★☆★☆★☆★☆★☆★☆★☆★</span></div></td>
            </tr>
            <tr>
              <td height="140"><p align="center" class="STYLE4">--&gt;发送信息的内容不得超过80个字&lt;--</p>
                  <p align="center" class="STYLE4">--&gt;收件箱内的信息要及时清空&lt;--</p>
                <p align="center" class="STYLE4">--&gt;否则可能影响服务效果&lt;--</p>
                <p align="center" class="STYLE4">--&gt;qq:70631606&lt;--</p>
                <p align="center" class="STYLE4">--&gt;有问题联系&lt;--</p></td>
            </tr>
        </table></td>
      </tr>
      <tr>
        <td height="99">&nbsp;</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td width="20" height="23"><div align="center"><img src="../pic/file.gif" width="16" height="14" /></div></td>
    <td width="95"><div align="center"><a href="sendmessage.jsp" target="_self">发送消息</a></div></td>
  </tr>
  <tr>
    <td height="23"><div align="center">
      <div align="center"><img src="../pic/file.gif" width="16" height="14" /></div>
    </div></td>
    <td><div align="center"><a href="serchmessage.jsp">搜索消息</a></div></td>
  </tr>
  <tr>
    <td height="23"><div align="center">
      <div align="center"><img src="../pic/fileopen.png" width="16" height="14" /></div>
    </div></td>
    <td bgcolor="#ECE9D8"><div align="center"><a href="zhuyi.jsp">注意事项</a></div></td>
  </tr>
  <tr>
    <td height="49" colspan="2">&nbsp;</td>
  </tr>
  <tr>
    <td height="23" colspan="2" bgcolor="#996666"><div align="center" class="STYLE2">消息箱</div></td>
  </tr>
  <tr>
    <td height="23"><div align="center"><img src="../pic/file.gif" width="16" height="14" /></div></td>
    <td><div align="center"><a href="sendbox.jsp">发件箱</a></div></td>
  </tr>
  <tr>
    <td height="23"><div align="center"><img src="../pic/file.gif" width="16" height="14" /></div></td>
    <td><div align="center"><a href="message.jsp" target="_self">收件箱</a></div></td>
  </tr>
  <tr>
    <td height="23"><div align="center"><img src="../pic/file.gif" width="16" height="14" /></div></td>
    <td><div align="center"><a href="friend.jsp">联系人</a></div></td>
  </tr>
  <tr>
    <td height="37" colspan="2">&nbsp;</td>
  </tr>
</table>
<% 
}
else
{
%>
 <script language="JavaScript">
             alert("出错!您还没登陆!点确定返回首页登陆部落....");
           </script>
           <meta   HTTP-EQUIV=REFRESH   CONTENT="0;URL=/xunibuluo/index.jsp">
<% 
     
}

%>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -