热门文章 | 热门软件| 热门源码 | 热门电影 | 知识库 | 联系我们
软件 源码 教程 影视 健康 招聘
  HTML | JavaScript | ASP | PHP | JSP | NET | VB | VC | VF | Windows | Linux | Mysql | Mssql | Oracle | Struts 
当前位置: 创世纪计算机资源网 -> 文章频道 ->jsp 
站内搜索:
jsp之发送附件的邮件(1)
作者:小红帽 来源:创世纪计算机资源网 整理日期:2007-3-17

html:文件:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>写邮件---附件</title>
</head>
<body>
<form action="Testfj.jsp" method="post" name="form1">
<table width="75" border="0" align="center" cellspacing="1" bgcolor="#006600" class="black">
<tr bgcolor="#FFFFFF">
<td width="40%">收信人地址:</td>
<td width="80%"> <input name="to" type="text" id="to"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="40%">发信人地址:</td>
<td width="80%">
<input name="to" type="text" id="from"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td>主题:</td>
<td> <input name="title" type="text" id="title"></td>
</tr>

<tr>
<td height="53" colspan="2" bgcolor="#FFFFFF"><textarea name="content" cols="50" rows="5" id="content"></textarea></td>
</tr>

<tr align="center" valign="bottom">
<td colspan="2" bgcolor="#FFFFFF">附件:
<input name="fj" type="file" id="fj" size="10"></td>
</tr>

<tr align="center">
<td colspan="2" bgcolor="#FFFFFF"> <input type="submit" name="Submit" value="发送">
<input type="reset" name="Submit" value="重置"></td>
</tr>
</table>
</form>
</body>
</html>


[1]  [2]  
相关文章