关于表单提交到邮箱请大家帮助

danstu 2003-12-20 03:45:18
文件:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
</head>

<body bgcolor="#FFFFFF" background="img/bg111.gif" text="#000000">
<table width="52%" border="0" cellspacing="0" cellpadding="0" align="center"><form name="form1" method="post" Action="buttons168@mailcenter.com" >
<tr>
<td>
<p align="center"><font color="#0000FF" size="6" >网上查询</font></p>
<p><font color="#0033FF">公司名称 :
<input type="text" name="textfield">
<br>
公司地址:
<input type="text" name="textfield2" size="36">
<br>
传真:
<input type="text" name="textfield3">
<br>
电话:
<input type="text" name="textfield4">
<br>
Email
<input type="text" name="textfield5" size="36">
<br>
查询内容:</font>
<textarea name="textfield6" rows="9" cols="56"></textarea>
<br>
<input type="submit" name="Submit" value="提交">

<input name="Submit2" type="reset" value="重轩">
</p>
</td>
</tr></form>
</table>
</body>
</html>



请问以上有错吗?
为什么当我点提交时,出现:

The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
--------------------------------------------------------------------------------

Please try the following:

Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.
If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.
Click the Back button to try another link.
HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)

--------------------------------------------------------------------------------

Technical Information (for support personnel)

Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404.
Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages.

请大家帮忙,应该怎样做,才可以把表单提交到邮箱里?
...全文
108 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
fangpeng2003 2003-12-21
  • 打赏
  • 举报
回复
<form method="post" action="XXX@XXX.com">

......

</form>
zccm 2003-12-20
  • 打赏
  • 举报
回复
也有这样提交邮件的方法吗?
第一次见!!!
ACTION=油箱地址就可以了?
奇怪!!!奇怪!!!!!
wanghr100 2003-12-20
  • 打赏
  • 举报
回复
直接用mailto:
太依赖客户端了..
1.客户端得有Outlook
2.Outlook得一系列的设置(和邮箱连接设置..)

所以,还是用ASP吧.
用CDONTS或是JMail发送邮件..
http://expert.csdn.net/Expert/FAQ/List_Room_FAQ_Index.asp?Roomid=301
bzscs 2003-12-20
  • 打赏
  • 举报
回复
<form action="mailto:buttons168@mailcenter.com" method=post enctype="text/plain" >

87,907

社区成员

发帖
与我相关
我的任务
社区描述
Web 开发 JavaScript
社区管理员
  • JavaScript
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧