📄 sending.jsp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><%@ page contentType="text/html;charset=GBK"%><html><head> <title>发送求职意向</title> <meta http-equiv="Content-Type" content="text/html; charset=GB2312" /> </head> <% String job_id="",cust_id=""; if( request.getParameter( "job_id" ) != null ) { job_id = request.getParameter( "job_id" ); } if( request.getParameter( "cust_id" ) != null ) { cust_id = request.getParameter( "cust_id" ); } out.print( "job_id =" + job_id + "*******cust_id="+ cust_id ); %> <body><table width="100%" border="0" align="center" cellpadding="10" cellspacing="0"> <form name="aForm" method="POST" action="/doTradeReg.do" > <table width="100%" border="0" align="center" cellpadding="10" cellspacing="0"> <tr> <td valign="top" bgcolor="#FFFFFF"> <table width="100%" border="0" align="right" cellpadding="5" cellspacing="1"> <tr bgcolor="#E6E6E6"> <td width="20%" bgcolor="#E6E6E6" align="right"> <div class="c2"> 收件公司: </div> </td> <td width="80%" bgcolor="#F0F0F0" class="zi1"> <input type="text" name="" value=""></td> </tr> <tr bgcolor="#F0F0F0"> <td width="20%" bgcolor="#E6E6E6" align="right"> <div class="c2"> 职位名称: </div> </td> <td bgcolor="#F0F0F0" class="zi1"><input type="text" name="" value=""></td> </tr> <tr bgcolor="#E6E6E6"> <td width="20%" bgcolor="#E6E6E6" align="right"> <div class="c2"> 信件标题: </div> </td> <td bgcolor="#F0F0F0"> <input type="text" name="title" size="50" value="软件开发/软件测试求职"> </td> </tr> <tr bgcolor="#F0F0F0"> <td width="100" valign="top" bgcolor="#E6E6E6" align="right"> <div class="c2"> 内容: </div> </td> <td height="50" bgcolor="#F0F0F0"> <textarea class="txt" name="content" cols="50" ></textarea> </td> </tr> <input type="hidden" name="trade_type_code" value=""> <tr bgcolor="#E6E6E6"> <td bgcolor="#E6E6E6" class="zi1"> </td> <td bgcolor="#F0F0F0"> <input type="submit" name="submit" border="0" width="64" height="22" value="发送" /> </td> </tr> </table> </td> </tr> </table></form></table></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -