Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing object, where do the properties go!

Status
Not open for further replies.

CherylD

Programmer
May 1, 2001
107
CA
I have a form which calls upon an ASP script which actually processes the payment through our bank. Then based on a variable located on the first form redirect to a different page (a custom receipt more or less). What I need is to access the transaction object and its properties on the receipt page. Well, it seems I can pass the object (on the receipt, IsObject is true) none of the properties are accessable).
 
Can you pass the values as hidden form values?

Data on form 1 ---->collected and bank processed, pass values in URL----->custom receipt.

Does the bank transfer code allow a URL as a success or finish page? With that you may be able to use something like this....

finishURL="
JP

_______________________________________________
OutsideIntranets.com
Stop wasting time, get to work
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top