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

📄 addgongqiuxinxi.jsp~2~

📁 用JSP制作的个人网站
💻 JSP~2~
字号:
<%@page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage=""%>
<%@page import="liangjuyan.conndb"%>
<%
  conndb conn = new conndb();
  ResultSet rs_haha = conn.executeQuery("select top 3 id,title from haha ");
  int s_id = 0;
  String s_title = "";
%>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
  <!--
    .style1 {font-size: 18px}
    .style4 {
    color: #66CCFF;
    font-weight: bold;
    }
    .style5 {
    color: #6699FF;
    font-weight: bold;
    }
    .style7 {color: #33CCFF}
    .style8 {
    color: #33CCFF;
    font-weight: bold;
    }
    .style9 {
    color: #FF0000;
    font-weight: bold;
    }
  -->

</style>
</head>
<body>
<table width="720" height="934" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr>
    <td height="934" valign="top">
       <jsp:include page="daohang.jsp"/>
        <jsp:include page="dz.jsp"/>
        <p>        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
         
        <img src="images/gaihou2.png" width="77" height="77"/>
        &nbsp;
          
        <img src="images/gaihou4.jpg" width="77" height="77"/>
         
        &nbsp;
         
        <img src="images/gaihou8.png" width="77" height="77"/>
          
        &nbsp;
         
        <img src="images/gaihou14.png" width="77" height="77"/>
          
        &nbsp;
        <img src="images/gaihou11.png" width="77" height="77"/>
         
        &nbsp;
         
        <img src="images/gaihou10.png" width="77" height="77"/>
      </p>
      <table width="100%" height="484" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="25%" height="484" valign="top">
            <jsp:include page="gundong.jsp"/>
            <table width="192" cellspacing="0" cellpadding="0" border="1" bordercolor="#cccccc">
              <tr bordercolor="#FF9966">
                <td width="192" height="33" valign="midder" background="images/haha.png">      最新资讯 </td>
              </tr>
                <%
                  while (rs_haha.next()) {
                    s_title = rs_haha.getString(2);
                  %>
              <tr>
                <td>

                  <table >
                    <tr>
                      <td height="31" valign="midder "><%=s_title%></td>
                    </tr>
                  </table>
                </td>
              </tr><%}%>
            </table>
          </td>
          <td width="3%">&nbsp;</td>
          <td width="72%" valign="top">
            <table width="100%" height="480"  cellpadding="0" cellspacing="0" border="1" bordercolor="#cccccc">
              <tr>
                <td height="32" background="images/dafadf.png" bgcolor="#ff9966">&nbsp;</td>
              </tr>
              <tr>
                <td height="448" valign="top">
				<form>
				<table width="100%" >
                  <tr>
                    <td width="18%" height="37">用户名</td>
                    <td width="82%">&nbsp;</td>
                  </tr>
                  <tr>
                    <td height="35">真实姓名</td>
                    <td>&nbsp;</td>
                  </tr>
                  <tr>
                    <td height="40">信息内容</td>
                    <td>&nbsp;</td>
                  </tr>
                  <tr>
                    <td height="39">联系地址</td>
                    <td>&nbsp;</td>
                  </tr>
                  <tr>
                    <td height="36">证件类型</td>
                    <td>&nbsp;</td>
                  </tr>
                  <tr>
                    <td height="34">证件号码</td>
                    <td>&nbsp;</td>
                  </tr>
                  <tr>
                    <td height="33">所在城市</td>
                    <td>&nbsp;</td>
                  </tr>
                  <tr>
                    <td height="36">邮编</td>
                    <td>&nbsp;</td>
                  </tr>
                  <tr>
                    <td height="40">联系地址</td>
                    <td>&nbsp;</td>
                  </tr>
                  <tr>
                    <td height="40">电话</td>
                    <td>&nbsp;</td>
                  </tr>
                  <tr>
                    <td height="40" colspan="2">              
                      <input type="submit" name="Submit3" value="提交">
                          
                      <input type="reset" name="Submit4" value="重置"> </td>
                    </tr>
                </table></form></td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
      <img src="file:///C|/Documents%20and%20Settings/liang/My%20Documents/liangjuyan/yan.png" width="719" height="45"/>    </td>
  </tr>
</table>
</body>
</html>
<%conn.close();%>

⌨️ 快捷键说明

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