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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form Autosubmit

Status
Not open for further replies.

krappleby025

Programmer
Joined
Sep 6, 2001
Messages
347
Location
NL
Hi all i have a small problem

i have created a site, and need help with a payment processor, unfortunately due to the nature of the site, i cannot use the return ipn type feature, of E-gold..

now.. wiht all payment processors, i have been able to take the form, send it to another page, which registers a session variable, and then auto redirect the url to the correct URL with the coding for hte form.. This works on most systems except E-gold..

Now, the only way to solve this is to resend the form again once the session is complete. but to do this i need to automatically send the form.. Any ideas..

Is there a onload function that will auto send the form to the correct url...

Thanks
 
Any kind of programmatic behavior of a form would be client-side programming. As such, PHP would not be involved other than possibly to output the form itself. Client-side programming involves JavaScript or VBScript.



Want the best answers? Ask the best questions!

TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top