Hi, I don't have access to the error logs, and I am trying to
troubleshoot a troublesome formail script. It runs from the commandline.
It also sends the info collected in the form correctly to the email
address I have specified. 

It also gives internal server error. I am guessing that this part of the
script is making the trouble, but I don't know what it could be.

Use CGI qw(:standard);

------
#show thank you screen

print header <<"EOF";

<HTML>
<HEAD>
<TITLE>Thank You</TITLE>
</HEAD>

<BODY>

<H1>Thank You for your submission</H1>
<p>return to
<a href="http://www.subudusa.org/concept.html";>Subud Enterprises
Services</a>.</p>

</BODY>
</HTML>
EOF
---

TIA. 

Ramon Hildreth
---------------------------------------------------------------
[ www.subudusa.org ] [www.subudseattle.org 
                [ www.ramonred.net ]

Reply via email to