Reply to Re-directing output from Form POST to a string
Posted by puri.rajeev on 10/05/06 12:45
Hi,
I have created a web form that uses the post method. I wish to receive
the resulting page of form post to a string variable, so that I could
look out for some particular string like "SUCCESS" in the resulting
page. Please help..