YetAnotherForum
Welcome Guest Search | Active Topics | Log In | Register

Using asp with IPN to retrieve 'VERIFIED' Options
dgscwebmaster
#1 Posted : Monday, March 10, 2003 9:39:14 PM
Rank: Starting Member

Groups: Registered

Joined: 3/10/2003
Posts: 1
Location: ,
I am trying to use ASP to complete an IPN transaction. I am using the following code: <form name="NotifyValidate"> <%for each thing in request.form%> <input type="hidden" name="<%=thing%>" value="<%=request.form(thing)%>"> <%next%> <input type="hidden" name="cmd" value="_notify-validate"> </form> <script language="JavaScript"> <!-- f = document.forms.NotifyValidate; f.action = "https://www.paypal.com/cgi-bin/webscr"; f.method = "post"; f.submit(); --> </script> When I submit this form, 'VERIFIED' is displayed in the window on https://www.paypal.com/cgi-bin/webscr. How can I read information from the body of this webpage? Do I have to use a cgi script? Is there any other way? Thank you very much. Any help is greatly appreciated. Sincerely, Ferdouse'
Sponsor  
 
paypal_pb
#2 Posted : Tuesday, March 11, 2003 12:01:48 AM
Rank: Starting Member

Groups: Registered

Joined: 9/16/2002
Posts: 2,960
Location: ,
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFVision Theme by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2009, Yet Another Forum.NET
This page was generated in 0.276 seconds.