Greetings,
I'm posting a form to a cgi application on another web site. The cgi returns
a text message to the browser. How can I capture this text message and
redirect based on the text.
Example:
if (text == "SUCCESS")
else
Thanks!
I'm posting a form to a cgi application on another web site. The cgi returns
a text message to the browser. How can I capture this text message and
redirect based on the text.
Example:
if (text == "SUCCESS")
else
Thanks!
Comment