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

📄 photo_add.asp

📁 不是我做的一个留言板
💻 ASP
字号:
<!--#include file="conn.asp" -->
<!--#include file="session.asp" -->
<!--#include file="../function/function.asp" -->
<!--#include file="../templet/mon.asp" -->
<%
on_web=L_CLASS_UPPHOTO9
%>
<script language="JavaScript">
<!--
function FileChange(Value){

document.all.uploadimage.width=10;
document.all.uploadimage.height=10;
document.all.uploadimage.alt="";
document.all.uploadimage.src=Value;
}
//-->
</script>
<!--#include file="../templet/top.asp" -->
               
<%

y=L_CLASS_UPPHOTO9
 call mon(y) %>

<form action="photo_upload.asp" method="post" enctype="multipart/form-data">
                            <table width="399" border="0" align="center" cellpadding="2" cellspacing="1">
                                <tr> 
                                  <td width="96"><%=L_CLASS_PHOTOTILE2%>:</td>
                                  <td width="285"><input style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" name="phototitle" type="text"height="20" id="phototitle"></td>
                                </tr>
                                <tr> 
                                  <td width="96"><%=L_CLASS_PHOTO_u%>:</td>
                                  <td width="285"><input style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" name="photo"  type="file" height="20"id="photo"onchange="javascript:FileChange(this.value);">
                                  <br> 
                                  <IMG id=uploadimage height=10 width=10 src=""  onload="javascript:DrawImage(this);" ></td>
                                </tr>
                                <tr> 
                                  <td height="60" width="96"><%=L_CLASS_photo_text%>:</td>
                                  <td width="285"><textarea style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" name="photocomment" cols="36" rows="4" id="photocomment"></textarea></td>
                                </tr>
                                <tr> 
                                  <td colspan="2" width="389"><div align="center"> 
                                      <input style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" type="submit" name="Submit" value="<%=L_CLASS_UPPHOTO_SUB%>">
                                     
                                    </div>
                            </form>	
   			                      			
<% response.write(mon_foot) %> 

                       <br>
          <!--#include file="../templet/foot.asp" -->




⌨️ 快捷键说明

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