由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - submit form content to an email address?
相关主题
再请问一下Re: 高手帮我看看,表单提交出错。How to send a EXCHANGE email with asp?
请问一个表单可否发两个不同的邮件Bourne Shell CGI 的一个简单问题
请问如何把递交的信息安全的送到自己的email?help about ASP
再请教。[转载] 急! 请帮忙啊!!
高手帮我看看,表单提交出错。紧急寻找一个free可用的smtp服务器
终于搞定了我的wwwboard上发帖子点两次submit的毛病.Re: Win2kPro 就有! 紧急寻找一个free可用的smtp服务器
Apache (2): Protocol used谢谢回答。再问一个菜鸟问题
CGI初级问题:如何用frontpage做一个简单全面的留言板?
相关话题的讨论汇总
话题: content话题: address话题: submit话题: form话题: email
进入BuildingWeb版参与讨论
1 (共1页)
m*******n
发帖数: 113
1
who can tell me how to submit the content of form to an email address?
b*e
发帖数: 3845
2
depend on what you want to do.
if you want to carry the content over to an Outlook client, you can
use JavaScript to do that.
if you want to send the content to an email address automatically,
you can use JSP and Javamail, which is not trival.

【在 m*******n 的大作中提到】
: who can tell me how to submit the content of form to an email address?
m*******n
发帖数: 113
3
Dose JSP need databse support? just like asp?
I want to realize the function of " refer a website to a friend", something
like that.

【在 b*e 的大作中提到】
: depend on what you want to do.
: if you want to carry the content over to an Outlook client, you can
: use JavaScript to do that.
: if you want to send the content to an email address automatically,
: you can use JSP and Javamail, which is not trival.

k*******y
发帖数: 219
4

这需要服务器支持Jmail功能
这是我写的recruit.asp的VB部分,可以参考
只要把它嵌入一个....
结构中,另存为xxxx.asp就可以了
表单中注明
就可以了
如果工作正常,发完信后就会显示html内的其他部分
所以你可以写一个“留言顺利寄出”之类的话
另外,你还需要一个可以转发邮件的smtp服务器地址
<%
dim mailAddress', stringVar
CLStr=Chr(13)&Chr(10)
stringVar = Request.Form("forces")
Select Case stringVar
Case "核潜艇部队": mailAddress = "m**[email protected]"
Case "常规潜艇部队","海军航空兵": mailAddress = "m**[email protected]"
Case "水面舰队": mailAddress = "m**[email protected]"
Case "海军陆

【在 m*******n 的大作中提到】
: who can tell me how to submit the content of form to an email address?
1 (共1页)
进入BuildingWeb版参与讨论
相关主题
初级问题:如何用frontpage做一个简单全面的留言板?高手帮我看看,表单提交出错。
懒得找了,这里问吧终于搞定了我的wwwboard上发帖子点两次submit的毛病.
请教关于multipart/form-dataApache (2): Protocol used
free mail server for windowsCGI
再请问一下Re: 高手帮我看看,表单提交出错。How to send a EXCHANGE email with asp?
请问一个表单可否发两个不同的邮件Bourne Shell CGI 的一个简单问题
请问如何把递交的信息安全的送到自己的email?help about ASP
再请教。[转载] 急! 请帮忙啊!!
相关话题的讨论汇总
话题: content话题: address话题: submit话题: form话题: email