📄 press_insert.jsp
字号:
<jsp:include page="../user/checklogin.jsp" flush="true"/>
<jsp:include page="../header/header.jsp" flush="true"/>
<!--<jsp:include page="../user/checklogin.jsp" flush="true"/>-->
<%@ page contentType="text/html;charset=gb2312" %>
<%@ page import="foton.util.*" %>
<%@ page import="foton.index.*" %>
<%@ page import="java.util.*" %>
<%
pressDAO dao = new pressDAO();
pressInfo info= new pressInfo();
//String ID="01";
String ID = String.valueOf(dao.getID());
System.out.println("Here is press_insert.jsp. ID="+ID);
//info=dao.getpress(ID);
%>
<script language="javascript">
function openWin(para) {
window.open('../../press_pic.htm?ID='+para,'','scrollbars=no,width=400,height=200')
}
</script>
<jsp:include page="../header/header_bg2.jsp" flush="true"/>
<jsp:include page="../header/menu_manager.jsp" flush="true"/>
</TD>
<TD width=672>
<TABLE height=1 cellSpacing=0 cellPadding=0 width=538 border=0>
<TBODY>
<TR>
<TD vAlign=bottom colSpan=2 height=43></TD></TR>
<TR>
<TD width=40 height=45 rowSpan=2><IMG height=43
src="../../images/qy_1_0.gif" width=40></TD>
<TD vAlign=top width=498 height=15><IMG height=1
src="../../images/qy_1.gif" width=498></TD></TR>
<TR>
<TD vAlign=top width=498 height="30"></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=672 border=0>
<TBODY>
<TR>
<TD height=23>
<form action="../index/pressServ.jsp" name="form1" method="post">
<input type=hidden name="ID" value='<%=ID%>'>
<h2 align=center>发布招聘动态信息</h2>
<br><br>
<TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0 bgcolor=#ffffff>
<TBODY>
<tr ><td colspan=2> </td> </tr>
<tr>
<td align=center>
标题:
</td>
<td ><input type=text maxlength=200 name="caption" size=50>
</td>
</tr>
<tr ><td colspan=2> </td></tr>
<tr ><td colspan=2> </td></tr>
<TR>
<TD align=center >内容:</TD>
<TD >
<textarea name="content" rows=8 cols=90>
</textarea>
</TD>
</TR>
<tr ><td colspan=2> </td></tr>
<tr ><td align=center>上传图片:</td>
<td>
<!-- <input TYPE="button" value="上传图片" onclick="javascript:openWin('<%=ID%>')">
-->
<a href="javascript:openWin('<%=ID%>')"><img src="../pic/sendPic.gif" border=0> </a>
</td></tr>
<tr ><td colspan=2> </td></tr>
<TR >
<td colspan=2>
<input type=submit name="action" value="保存" >
<input type=button name="but1" value="取消" onclick="form1.reset();">
<input type=button name="but2" value="返回" onclick="window.history.back();">
<br><br>
</td>
</TR></TABLE></form>
</TD></TR></TABLE> </TBODY></TABLE><!-- #BeginLibraryItem "/Library/zhu_copyright.lbi" -->
<TABLE cellSpacing=0 cellPadding=0 width=767 background=foton.files/d_1_bj.gif
border=0>
<TBODY>
<TR>
<TD width=124><IMG height=19 src="../../images/d_1.gif" width=124></TD>
<TD width=643><FONT color=#cccccc>北汽福田汽车股份有限公司 版权所有 ©
2004</FONT></TD></TR></TBODY></TABLE><!-- #EndLibraryItem -->
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -