If Output.Keys("MStatus") = "success" Then
' do the db insert of this order, and send customer off to the receipt
page:
Response.Redirect("receipt.asp")
Else
Response.Redirect("checkout.asp")
End If
--or like this:
If Result("MStatus") = "success" then...
--or like this:
If Request("MStatus") = "success" then...
Has anyone successfully been able to call this MStatus variable, and use it?
I am so desparate to get this chunk of code done, that I WILL PAY YOU $50.
for it!
Please help folks, I know someone has done it..! ;-)
Please send any help you can send to my primary email address:
webm...@line9.com
Thanx!! :-)
-Ken
The cybercash's documentation is a piece of shit! Its document repeats the
same meaningless information on every session and it never show you how to
integrate its component to the asp page. I printed all its document (about
450 pages) and study them more than a week and still don't know what to do.
I suggest you use signio, its documentation is much better than the cybershit!
If your site is hosted by an ISP, check to see if your ISP support the signio
(its pervious name called PaymentNet).
I hope it will help, keep your $50 and find a better online transaction
component, don't use the cybercash :-)
Edward
In article <rRno4.20055$_G1.3...@news1.sttls1.wa.home.com>, "LINE9.com"