Please excuse my noviceness, but I am writing my 1st CGI script and I am stuck...
I have a form that allows numbers to be inputed and the script directs the user to a specific html page based on that number.
Instead of going straight to the results page, I am trying to first direct all queries to a page that will pass the variables to a 2nd script (like a "Searching, please wait" page)
I am having problems calling the script dynamically, (script.cgi?value=500) so this so far is not an option.
So in short, how can I use 1 script to pass form variables to a 2nd script?
I appreciate the help!