batch_product.jsp
来自「TurboCWCShop v1.6.7 is make in the Utili」· JSP 代码 · 共 34 行
JSP
34 行
<%@ page contentType="text/html;charset=utf-8"%>
<%@ include file="../../include.jsp"%>
<html>
<head>
<title>发布商品</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="../../style.css" rel="stylesheet" type="text/css">
<script>
function upload()
{
if ( document.form1.file.value=="" )
{
alert("请选择EXCEL文件");
return(false);
}
return(true);
}
</script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<br>
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="0">
<form action="preview_addexceldata.jsp" method="post" enctype="multipart/form-data" name="form1" onSubmit="return upload()">
<tr>
<td width="17%" align="center" valign="middle" bgcolor="eeeeee">选择导入EXCEL</td>
<td width="22%" bgcolor="eeeeee"><input type="file" name="file">
</td>
<td width="61%" bgcolor="eeeeee"><input type="submit" name="Submit2" value=" 导 入 "></td>
</tr>
</form>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?