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

📄 sendphoto.jsp

📁 JSP+ORACLE网站开发实例(下).rar
💻 JSP
字号:
<%@ include file="conn.jsp"%>
<%request.setCharacterEncoding("GB2312");
 String user_id= (String) session.getValue("user_id"); 
//叛断Session变量是否超时
if((user_id==null)|(user_id=="")){
response.sendRedirect("timeout.htm"); 
}

//叛断此用户是否已经注册
String sql="select * from scott.larchives where user_id='"+user_id+"'"; 
ResultSet rs_lar=stmt.executeQuery(sql); 
   if(!rs_lar.next()){
  response.sendRedirect("notregist.htm");
}
%>

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Namo WebEditor v4.0(Trial)">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>相片上传</title>
<style>
<MM:BeginLock translatorClass="MM_SSI" type="ssi_include" depFiles="E:\web\homepage\jiaoyou\css.htm" orig="%3C!--#include file=%22css.htm%22--%3E" ><!--
.x:link      { color: white; text-decoration: none }
.x:visited   { color: white; text-decoration: none }
.x:active    { color: red; text-decoration: none }
.x:hover     { color: red;text-decoration:nome}
tr           { font-size: 10pt }
body         { font-size: 10pt }
a:link       { color: blue; text-decoration: none }
a:visited    { color: blue; text-decoration: none }
a:active     { color: red; text-decoration: none }
a:hover      { color: red; text-decoration: none }
--><MM:EndLock>
</style>
<Script language="javascript">
function mysubmit(theform)
{
    if(theform.big.value=="")
    {
    alert("请点击浏览按钮,选择您要上传的jpg或gif文件!")
    theform.big.focus;
    return (false);
    }
    else
    {
    str= theform.big.value;
    strs=str.toLowerCase();
    lens=strs.length;
    extname=strs.substring(lens-4,lens);
    if(extname!=".jpg" && extname!=".gif")
    {
    alert("请选择jpg或gif文件!");
    return (false);
    }
    }
    return (true);
}
</script>
<title>交朋识友</title>
<meta name="generator" content="Namo WebEditor v4.0(Trial)">
<style type="text/css">A:visited {
 COLOR: #000000; TEXT-DECORATION: none
}
A:link {
 COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
 COLOR: #0080c0; TEXT-DECORATION: none
}
TD {
 FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: "宋体"
}
.f1 {
 LINE-HEIGHT: 18px
}
.en {
 FONT-WEIGHT: bold; FONT-FAMILY: "Arial","Verdana"
}
.new {
 FONT-WEIGHT: bold; COLOR: #ff3300; FONT-FAMILY: "Arial"
}
.line {
 LINE-HEIGHT: 19px
}
</style>
<SCRIPT language=JavaScript>
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  if (theURL != "fuckyou")
 {   window.open(theURL,winName,features);}
}
//-->
</SCRIPT></head>

<body leftmargin="5" topmargin="0">
<table width="772" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><img src="images/top.gif" width="772" height="112" usemap="#Map" border="0"></td>
  </tr>
</table>
<table border="0" width="776" height="182" cellspacing="0" cellpadding="0">
  <tr>
    <td width="47%" height="65" valign="top">

      <form  action="addpic.jsp" method=post onsubmit="return mysubmit(this)">
        <table border="0" width="100%" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="277" bgcolor="#336699"><font color="#FFFFFF"><b>相片上传</b></font></td>
          </tr>
          <tr> 
            <td width="331"> 
              <p align="center">相片&nbsp; 
                <input type="file" name="image" size="20">
              </p>
            </td>
          </tr>
          <tr> 
            <td width="337"> 
              <p align="center">
                <input type="submit" value="  上传  " name="B3">
                 </p>
            </td>
          </tr>
        </table>
      </form>
      <form>
        <table border="0" width="100%" height="13" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="100%" height="10" bgcolor="#336699" colspan="2"><font color="#FFFFFF"><b>您已上传了相片</b></font></td>
          </tr>
          <%
//Statement stmt_word=conn.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_UPDATABLE); 
sql="select * from scott.friendimg where id='"+user_id+"'"; 
ResultSet rs=stmt.executeQuery(sql); 
int i=1;
while(rs.next()){
%>
		  <%//for i=1 to rs.recordcount%> 
          <tr> 
            <td width="55%" height="5">第<%=i%>张</td>
            <td width="45%" height="5"> 
              <p align="right"><a href="displaypic.jsp?id=<%=rs.getString("fid")%>">[查看]</a><a href="delpic.jsp?id=<%=rs.getString("fid")%>">[删除]</a> 
            </td>
          </tr>
          <%i++;
		  }%> 
        </table>
      </form>
      <br>

      <table border="0" width="100%" cellspacing="0" cellpadding="0">
        <tr>
          <td width="100%">
            <p align="center"><font color="#FFFFFF"><a href="read.jsp?user_id=<%=user_id%>" >查看个人资料</a></font></td>
        </tr>
      </table>

    </td>
    <td width="3%" height="65" valign="top">++</td>
    <td width="50%" height="65" valign="top" style="border-left-style: solid; border-left-width: 1">
      <table border="0" width="100%" cellspacing="0" cellpadding="0">
        <tr>
          <td width="100%" bgcolor="#336699"><b><font color="#FFFFFF">关于相片上传</font></b></td>
        </tr>
        <tr>
          <td width="100%">&nbsp;</td>
        </tr>
        <tr>
          <td width="100%"><b>请注意<span class="content">相片规格</span>:</b></td>
        </tr>
        <tr>
          <td width="100%">1.相片文件大小在60K以下</td>
        </tr>
        <tr>
          <td width="100%">2.相片格式:GIF、JPG</td>
        </tr>
        <tr>
          <td width="100%">&nbsp;</td>
        </tr>
        <tr>
          <td width="100%"><b>上传相片内容说明</b></td>
        </tr>
        <tr>
          <td width="100%">1.不得上传色情图片,如有违者一切后果自负</td>
        </tr>
        <tr>
          <td width="100%">2.不得上传与本人无关的相片</td>
        </tr>
        <tr>
          <td width="100%">&nbsp;&nbsp;</td>
        </tr>
        <tr>
          <td width="100%">广大网友如有发现有和人物的相片不合,请</td>
        </tr>
      </table>
    </td>
  </tr>
</table>

<map name="FPMap1"> <area shape="rect" coords="381, 4, 446, 18" href="sendphoto.jsp"> 
  <area shape="rect" coords="283, 4, 357, 18" href="register.jsp"
 target="_blank"> <area shape="rect" coords="190, 4, 264, 18" href="list.jsp"> 
  <area shape="rect" coords="8, 2, 71, 16" href="your.jsp"> <area shape="rect" coords="102, 4, 168, 18" href="no.htm"> 
</map>
<map name="Map">
  <area shape="rect" coords="233,95,277,111" href="default.jsp">
  <area shape="rect" coords="292,95,358,111" href="your.jsp">
  <area shape="rect" coords="381,95,447,118" href="list.jsp">
  <area shape="rect" coords="468,94,533,115" href="register.jsp">
  <area shape="rect" coords="557,94,621,114" href="sendphoto.jsp">
  <area shape="rect" coords="641,93,704,115" href="pics.jsp">
</map>
</body>

</html>
</script>






⌨️ 快捷键说明

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