smurfus
09-19-2005, 02:18 AM
Greetings...
First I want to say thanks to all those people who post thier knowledge here. I have answered many basic questions by searching these forums. Your efforts are not wasted.
Here is my problem.
I accept Paypal for payments. I advertise on many different sites and some do not allow scripts or other data processing routines to run. I would like to link to a page that contains the <form> code from paypal, executes it with the predefined and encrypted data, perhaps loads a webcounter for tracking traffic, and redirects to Paypal for processing. My hopes is that the user never sees anything but Paypal.
I found this snippet searching these forums:
<html>
<head>
<META HTTP-EQUIV="Refresh"
CONTENT="1; URL=http://www.wherever.com/index.htm">
<title>HTML Redirect</title>
</head>
</html>
Just not what I need, but really close.
Many thanks to anyone willing to lend some assitance.
First I want to say thanks to all those people who post thier knowledge here. I have answered many basic questions by searching these forums. Your efforts are not wasted.
Here is my problem.
I accept Paypal for payments. I advertise on many different sites and some do not allow scripts or other data processing routines to run. I would like to link to a page that contains the <form> code from paypal, executes it with the predefined and encrypted data, perhaps loads a webcounter for tracking traffic, and redirects to Paypal for processing. My hopes is that the user never sees anything but Paypal.
I found this snippet searching these forums:
<html>
<head>
<META HTTP-EQUIV="Refresh"
CONTENT="1; URL=http://www.wherever.com/index.htm">
<title>HTML Redirect</title>
</head>
</html>
Just not what I need, but really close.
Many thanks to anyone willing to lend some assitance.