Forum Moderators: coopster & phranque

Message Too Old, No Replies

Backend form post method

form post

         

ureshiman

2:02 am on Oct 13, 2005 (gmt 0)



Would need any expert's advice on how do i trigger a form post without activating the browser?

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.

KevinADC

6:38 am on Oct 13, 2005 (gmt 0)

10+ Year Member



you might be able to pull off some trickery using javascript and frames (if I understand your question). Note I say "might". But don't aks me how to do it, I don't know how. It sounds very strange to have a requirement to do something like this.

coopster

2:47 pm on Oct 13, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, ureshiman.

Something along the lines of Sending a POST request within a perl script [webmasterworld.com]?