
gareth-owen
Deleted
Apr 9, 2000, 10:14 PM
Post #1 of 3
(340 views)
|
|
CGI Script Forwarding...
|
Can't Post
|
|
Hello! I really feel like I'm pestering this list with my questions, so please forgive me... But... I have a CGI script provided by my hosting company (meaning I can't edit the actual script). The script puts people on a mailing list when they enter their email address, this works fine, BUT, whenever they submit their address via the form it sends them to a standard 'thank you' page. I've tried using 'redirect' commands (simular to formmail) but these don't work... For people to sign up I have to place a form (for their email address), with the action: <form action="http://www.mydomain.com/php-bin/lists.cgi" method="post"> (This is a script I have no acess to!) So... what I'm trying to do is to write a short script that would send the necessary information to the form (i.e. execute the action above, secretly), and then send the user to a customised 'thank you' page... How would I do this??? Thanks loads, Gareth...
|