野夫 身边的江湖:通过微软表单提交的.att文件如何打开?

来源:百度文库 编辑:高考问答 时间:2024/05/12 19:42:34
<form action="mailto:jobice@163.com" method="post" name="form2">
<TABLE width="380" height=218 border=0 class="h">
<TR>
<TD width="15%" height=30 align="right">
姓名:<INPUT name="tname" class="form" maxLength=35>
</TD>
</TR>
</TABLE>
</form>
以上代码应该怎样设置,怎样才能正确提交到邮箱,可以看到提交的数据?
谢谢!

att是一种表单格式文档,用于在WEB页面上通过EMAIL附件提交键入的数据信息。