Johann Tagle wrote:
Hi all,

I have a script that receives certain data from an html form, processes them, then submits the processed data to another script. Problem is, I want it to do so without having to click anything anymore. It would have been easy if all the data it needs to submitted can be submitted as regular parameters -- this way I can just do a redirect with the key-value pairs included in the url. Unfortunately, one data is too long so it has to be submitted as a hidden element. So unless I missed something in my research, I cannot use redirect.

Any ideas?

Thanks

Johann

An Idea:
Prepend the script (the one that does the processing ) to the script that you would 'redirect' to. This approach may require checking the information from the HTML form for completeness.
Just curious - does the script you process the form data in actually print an HTML header?


Dave

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to