Actual situation
================
I would wish to peform the following 2 operations in the current cgi (cgi is currently executed at broswer end). This would mean creating 2 concurrent processing threads.
1) Backend form post to an executable, passing some hidden fields.
2) Display a waiting message over the browser.
Need a solution urgently! Please help. Thanks a lot.
Something along the lines of Sending a POST request within a perl script [webmasterworld.com]?