日期:2014-05-17 浏览次数:20893 次
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% if session("name") <> "admin" then response.Redirect "index.asp" end if %> <!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> </head> <body> <script language="javascript"> <!-- function CheckForm() { if(document.form1.file.value=="") { alert("请选择Excel文件!"); document.form1.password.focus(); return false; } return true; } --> </script> <form action="xlsdaokq.asp" method="post" name="form3"> <table width="100%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#CCCCCC"> <tr > <td align="center" bgcolor="#FFFFFF" width=20%>上传EXCEL表:</td> <td bgcolor="#FFFFFF" align=left><iframe style="top:2px" ID="UploadFiles" src="upme1.htm" frameborder=0 scrolling=no width="360" height="25"></iframe></td> </tr> <tr > <td align="center" bgcolor="#FFFFFF">EXCEL地址:</td><td bgcolor="#FFFFFF"><INPUT id="a1" title="可直接输入网上图片的地址,或由上传程序自动产生图片地址" value="" name="a1" size="50"></td> </tr> <tr > <td align="center" bgcolor="#FFFFFF"></td> <td bgcolor="#FFFFFF"><input type=submit value=导入></td> </tr> </table> </form> </body> </html>