Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

EPDQ / Jump Page

Thread Tools
 
Search this Thread
 
Old 03 August 2002, 04:31 PM
  #1  
ScoobydoobyDave
Scooby Regular
Thread Starter
 
ScoobydoobyDave's Avatar
 
Join Date: Dec 2001
Location: Herts
Posts: 1,693
Likes: 0
Received 0 Likes on 0 Posts
Question

Trying to set up a pay now screen on a site that already uses epdq... (They have one page that works with it already)

Now EPDQ will only allow one 'Allowed URL' but they suggest you can use a Javascript jump page which will pass the var's on to there payment page! (Then I could set the 'allowed url' to payment.htm or something)

Any Idea's?
Old 04 August 2002, 08:14 PM
  #2  
ScoobydoobyDave
Scooby Regular
Thread Starter
 
ScoobydoobyDave's Avatar
 
Join Date: Dec 2001
Location: Herts
Posts: 1,693
Likes: 0
Received 0 Likes on 0 Posts
Post

Any ideas?!

The way Im thinking at the mo is that it's going to have to be either a php / asp page that handles the output from the form then forwards it on to the edpq site?!

So change the form properties to post to 'payment.php' ? If thats the case anyone got any good ideas on the php script
Old 05 August 2002, 04:29 PM
  #3  
Dream Weaver
Scooby Regular
 
Dream Weaver's Avatar
 
Join Date: Feb 2000
Location: Lancashire
Posts: 9,844
Received 0 Likes on 0 Posts
Thumbs up

Where are the vars held? db or form fields?

DW
Old 05 August 2002, 05:11 PM
  #4  
ScoobydoobyDave
Scooby Regular
Thread Starter
 
ScoobydoobyDave's Avatar
 
Join Date: Dec 2001
Location: Herts
Posts: 1,693
Likes: 0
Received 0 Likes on 0 Posts
Post

Form fields
Old 06 August 2002, 09:50 AM
  #5  
Dream Weaver
Scooby Regular
 
Dream Weaver's Avatar
 
Join Date: Feb 2000
Location: Lancashire
Posts: 9,844
Received 0 Likes on 0 Posts
Post

The asp script in the handling page would be along the lines of:

<% Dim strVar1, strVar2, strVar3

strVar1 = request.form("Field1")
strVar2 = request.form("Field2")
strVar3 = request.form("Field3") %>

etc

The above variables would then hold the values entered into the form fields from the previous page.

You can print the Variables out on the handling page for confirmation, and these could then be sent through to the allowed page.

DW
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
SilverM3
ScoobyNet General
8
24 February 2021 01:03 PM
Rbon91
ScoobyNet General
49
21 November 2018 03:23 PM
Billet
ScoobyNet General
42
14 October 2015 10:38 PM
south_scoob
ScoobyNet General
22
03 October 2015 01:05 PM
LostUser
Non Scooby Related
11
29 September 2015 11:00 AM



Quick Reply: EPDQ / Jump Page



All times are GMT +1. The time now is 09:46 PM.