Hello Out There,
I've got a website that calls a CGI when, a button is clicked, from another website. the second website is not mine and I have no way of downloading the script. The problem I have is I need the user to go to a different website after the CGI process is complete. I added the line:
<input type="hidden" name="return" value="
But all this will do is create a variable.
How will I get this to run after the first CGI process that I have no access to?
thanks
I've got a website that calls a CGI when, a button is clicked, from another website. the second website is not mine and I have no way of downloading the script. The problem I have is I need the user to go to a different website after the CGI process is complete. I added the line:
<input type="hidden" name="return" value="
But all this will do is create a variable.
How will I get this to run after the first CGI process that I have no access to?
thanks