查看: 926|回复: 11
|
如何Submit Form到Email里?
[复制链接]
|
|
我用 Dreamweaver做了一个表格,想把它设定成按"Submit"就会将该表格寄到我的电邮信箱里,可以吗?
我应该怎样做呢?
谢谢。 |
|
|
|
|
|
|
|
发表于 1-6-2006 10:13 PM
|
显示全部楼层
你是用PHP的吗?如果是的话就用 mail function。。。
- mail(send-to, subject, message);
复制代码 |
|
|
|
|
|
|
|
发表于 2-6-2006 01:57 PM
|
显示全部楼层
请问在dreamweaver如何做表格? 想学,请多多指教。。 |
|
|
|
|
|
|
|
发表于 2-6-2006 02:58 PM
|
显示全部楼层
dreamweaver ,where download ? |
|
|
|
|
|
|
|
发表于 2-6-2006 07:06 PM
|
显示全部楼层
请问下~~
我是用 html 来写表格~~
怎样 send 去 email ?? |
|
|
|
|
|
|
|
发表于 2-6-2006 07:52 PM
|
显示全部楼层
原帖由 powershotman 于 2-6-2006 07:06 PM 发表
请问下~~
我是用 html 来写表格~~
怎样 send 去 email ??
我觉得html sent不到的。
php的话就问上面的。。。。
asp的话,就问我
用CDONT吧。
我test过用这个99%的email都可以sent到我的yahoo和hotmail |
|
|
|
|
|
|
|
发表于 2-6-2006 09:21 PM
|
显示全部楼层
|
|
|
|
|
|
|

楼主 |
发表于 2-6-2006 11:04 PM
|
显示全部楼层
原帖由 scoldog 于 2-6-2006 01:57 PM 发表
请问在dreamweaver如何做表格? 想学,请多多指教。。
我也是半桶水的,我就用Insert Form啊。
哈哈。。 |
|
|
|
|
|
|
|

楼主 |
发表于 2-6-2006 11:05 PM
|
显示全部楼层
原帖由 windfreeze 于 1-6-2006 10:13 PM 发表
你是用PHP的吗?如果是的话就用 mail function。。。
mail(send-to, subject, message);
我是用HTML, 我不会用 PHP 啦。。。  |
|
|
|
|
|
|
|
发表于 2-6-2006 11:26 PM
|
显示全部楼层
<form action="mailto:xxxxx@hotmail.com" method="post">
try it !~ |
|
|
|
|
|
|
|

楼主 |
发表于 3-6-2006 04:58 PM
|
显示全部楼层
原帖由 lEkiss 于 2-6-2006 11:26 PM 发表
<form action="mailto:xxxxx@hotmail.com" method="post">
try it !~
我试了,可是怎么没反应的?我的电邮箱里还是空空的……。
还是我必须把表格放上网了才可以?
  |
|
|
|
|
|
|
|
发表于 3-6-2006 05:58 PM
|
显示全部楼层
you have to download a class called class.phpmailer.php and email.class from the source forge. In this page, the steps are given to tell you how to use the class to send the data captured from the HTML textfield and then send to your email. Of course, you have to upload the files to server then only can test whether the mail is sent to your email account.
http://phpmailer.sourceforge.net |
|
|
|
|
|
|
| |
本周最热论坛帖子
|