Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 Confirmation Page
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Sea Vipe
Novice

12 Posts

Posted - 07 Jan 2015 :  18:12:07  Show Profile  Visit Sea Vipe's Homepage  Reply with Quote
Hello, Having some difficulty with a form object values on one page not showing up on another page which is using a VBSCRIPT. I had this working 7 years ago and can't remember how I did it!
Form has a fields for entering name and "Thank you" page processes and displays Name et cetera. Most success with ASP but thought VBScript was essentially PHP. Any help would be appreciated. Thanks.


Snippet:
<%@ LANGUAGE="VBSCRIPT" %>

<!-- "thank you" note after submitting the eNewsletter form --->

<font face="Tahoma" size="2" color="#B0C9D0">

<%
Dim DestinationMail
Dim OriginatingEmail
Dim Subject
Dim Body
Dim pos
Dim sNotice

OriginatingEmail = Request.form("Email")
DestinationMail = "mail@cliverichey.com"

Body = "Subscription Request From: " & Request.form("Fname") & vbcrlf  & vbcrlf  & _
	"eMail Address: " & Request.form("Email")

Subject = "eNewsletter Subscription From ->>" &  Request.form("Fname")

Edited by - Sea Vipe on 08 Jan 2015 09:41:07

Sea Vipe
Novice

12 Posts

Posted - 12 Jan 2015 :  11:39:19  Show Profile  Visit Sea Vipe's Homepage  Reply with Quote
I get the feeling this may not be possible without some serious custom coding...
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000