#12005/5/23 12:33:28
我想做一个网页提交的表单,用电子邮件来做,有文本框,还有打勾的选项,为什么提交完都是一些乱七八糟的信息啊,高手帮帮忙啊,呜呜呜,源文件在下面
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>福富</title>
</head>
<body>
<table width="100%">
<tr>
<td width="95%">
<div align="left">
<strong><font size="4"><br>
客户满意度调查问卷</font></strong>
<br>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><form action="mailto:ingq@hello.cn" method="post" enctype="multipart/form-data" name="form1">
客户姓名:
<input name="textfield" type="text" size="15">
单位名称:
<input name="textfield2" type="text" size="20">
<br>
<br>
所属部门:
<input type="text" name="textfield3">
产品名称:
<input name="textfield4" type="text" size="15">
<br>
<br>
联系电话:
<input name="textfield5" type="text" size="20">
传真:
<input name="textfield6" type="text" size="15">
E-mail:
<input name="textfield7" type="text" size="15">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><br>
</td>
</tr>
<tr>
<td><br>
<strong>一、人员素质</strong></td>
</tr>
<tr>
<td>1、项目成员的言行举止是否令您满意?</td>
</tr>
<tr>
<td><input type="checkbox" name="checkbox" value="checkbox">
满意
<input type="checkbox" name="checkbox2" value="checkbox">
较满意
<input type="checkbox" name="checkbox3" value="checkbox">
一般
<input type="checkbox" name="checkbox4" value="checkbox">
不满意
<input type="checkbox" name="checkbox5" value="checkbox">
不了解</td>
</tr>
<tr>
<td>2、项目成员是否遵守机房的规章制度?</td>
</tr>
<tr>
<td><input type="checkbox" name="checkbox6" value="checkbox">
遵守
<input type="checkbox" name="checkbox22" value="checkbox">
较遵守
<input type="checkbox" name="checkbox32" value="checkbox">
一般
<input type="checkbox" name="checkbox42" value="checkbox">
不遵守
<input type="checkbox" name="checkbox52" value="checkbox">
不了解</td>
</tr>
<tr>
<td>3、项目成员的服务态度是否友善?</td>
</tr>
<tr>
<td><input type="checkbox" name="checkbox62" value="checkbox">
友善
<input type="checkbox" name="checkbox222" value="checkbox">
较友善
<input type="checkbox" name="checkbox322" value="checkbox">
一般
<input type="checkbox" name="checkbox422" value="checkbox">
不友善
<input type="checkbox" name="checkbox522" value="checkbox">
不了解</td>
</tr>
<tr>
<td><div align="center">
<br>
<br>
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="清空重填">
</div></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</form></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td class="chfont"> </td></tr>
</table>
</body>
</html>