serviceinfoadd.jsp
来自「这是一个上传下载的原代码」· JSP 代码 · 共 63 行
JSP
63 行
<%@page language="java" import="com.model.entity.*,com.project.util.DateTimeUtil" pageEncoding="UTF-8"%>
<%@taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<html>
<head>
<title>经济运行调度信息网</title>
<style type="text/css">
@import url("css.css");
</style>
<link href="<%=request.getContextPath() %>/jsp/css/css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
background-image: url(<%=request.getContextPath() %>/jsp/images/bei.gif);
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
bgcolor:#ffffff
}
-->
</style></head>
<script type="text/javascript">
function check(){
if(document.upForm.aa.value==''){
alert('上传文件不能为空!');
return ;
}
document.upForm.submit();
}
</script>
<body>
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<jsp:include flush="true" page="../include/backTop.jsp" />
</tr>
<tr>
<td height="1000" colspan="2" align="center" valign="top" bgcolor="#FFFFFF">
<table height="500" width="780" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td>
<html:form action="/infoService.do" enctype="multipart/form-data" >
<table width="780" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td align="center" valign="top">
标 题:<html:text property="title"></html:text><br>
文 件:<html:file property="file"></html:file>
<html:submit value="上传"></html:submit> </td>
</tr>
</table>
</html:form>
</td>
</tr>
</table></td>
</tr>
<tr>
<jsp:include flush="true" page="../include/foot.jsp" />
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?