Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 Confirmation Page

Note: You must be registered in order to post a reply.

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert Email Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
Sea Vipe Posted - 07 Jan 2015 : 18:12:07
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")
1   L A T E S T    R E P L I E S    (Newest First)
Sea Vipe Posted - 12 Jan 2015 : 11:39:19
I get the feeling this may not be possible without some serious custom coding...

Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000