John,
Assuming you have control over the remote script, try a redirect a-la
CGI.pm.
Inside the remote script:
use CGI;
$cgi = new CGI;
# process form data
# Redirection header
print $cgi->redirect("http:///path/to/your/script.pl");
Make sure that the last line is the only output to STD
If I send a form to a script that the sends back some html, the browser
displays that.
Now, obviously it's an IP address thing. You know, you pass your IP address
along with the form data when you click submit.
What is it then that stops people pushing a html file at a known IP that is
currently