Well for now I've just settled for redirecting from the netscape server to the apache server.
Thanks for the advice I'll be trying to figure out if the information I recieved from your suggestion will help me to figure the problem out. Here are the results I recieved;
Off the netscape server (where it doesn't work) I recieve this information:
FORM METHOD="POST" ENCTYPE="application/x-www-form-urlencoded"
And then just the htmlified (tags showing) first form.
Where as the apache server reports:
Content-Type: text/html; charset=ISO-8859-1
and loads up the form/script like a champ.
Thanks again (I'm calling it a day)
Coreolyn.
You can configure Apache to send Content-Type headers automatically. Are you sending one explicitly from your script? Depending on if or how the server parses things, you may have to do more work to get the right stuff to the browser.
If you're using CGI.pm, just use the header() method.