Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
AP_Resume_Mail.asp
Package: eat.rar [view]
Upload User: jisenq
Upload Date: 2014-06-29
Package Size: 7216k
Code Size: 2k
Category:
ADO-ODBC
Development Platform:
ASP/ASPX
- <!--#include file="../../../FS_Inc/Const.asp" -->
- <!--#include file="../../../FS_Inc/Function.asp" -->
- <!--#include file="../../../FS_InterFace/MF_Function.asp" -->
- <!--#include file="cls_resume.asp"-->
- <%
- Response.Charset="GB2312"
- Dim resumeObj,id,Conn,action
- MF_Default_Conn
- id=trim(NoSqlHack(request.QueryString("id")))
- action=trim(NoSqlHack(request.QueryString("action")))
- Set resumeObj=New cls_resume
- if id<>"" then call resumeObj.getResumeInfo("mail",id)
- Conn.close
- Set Conn=nothing
- %>
- <form name="MailForm" action="AP_Resume_Action.asp?action=mail&id=" method="post">
- <table width="100%" height="135" border="0" align="center" cellpadding="1" cellspacing="1" class="table">
- <tr>
- <td width="19%" align="right" class="hback">求职信主题:</td>
- <td width="81%" class="hback">
- <input name="txt_MailName" type="text" id="txt_MailName" value="<%=resumeObj.mtitle%>" style="width:60%"
- onfocus="Do.these('txt_MailName',function(){return isEmpty('txt_MailName','span_mailName')})"
- onKeyUp="Do.these('txt_MailName',function(){return isEmpty('txt_MailName','span_mailName')})"
- /><span id="span_mailName"></span></td>
- </tr>
- <tr>
- <td align="right" class="hback">内容:</td>
- <td class="hback"><textarea name="txt_Content" rows="10" style="width:60%"
- onfocus="Do.these('txt_Content',function(){return isEmpty('txt_Content','span_content')})"
- onKeyUp="Do.these('txt_Content',function(){return isEmpty('txt_Content','span_content')})"
- ><%=resumeObj.mContent%></textarea><span id="span_content"></span></td>
- </tr>
- <tr>
- <td class="hback"> </td>
- <td class="hback">
- <input type="button" name="SubmitButton" value="保存" onclick="ajaxPost('AP_Resume_Action.asp', Form.serialize('MailForm'),'MailForm','<%=action%>','<%=id%>');"/>
-
- <input type="reset" name="resetButton" value="重 设" onClick="javascript:if(confirm('确认清空所有表单输入?')){$('IntentionForm').reset();}else{return false;}" /> </td>
- </tr>
- </table>
- </form>