Upon submitting a form using CGI, I want the ability to open a URL that is not associated with the page that is receiving the form. For example:
action="open.this.URL.to.post.data.to.html"
causes the page displayed to be:
thanks.so.very.much.html
but I don't want to make any changes to the cgi script itself (i don't have the access to make the changes)
any suggestions?
action="open.this.URL.to.post.data.to.html"
causes the page displayed to be:
thanks.so.very.much.html
but I don't want to make any changes to the cgi script itself (i don't have the access to make the changes)
any suggestions?