Hi,
I'm a complete newbie on making a website, but after 2 weeks of HTML editing I managed to get a fairly easy website to het up and running.
I have included in my website a page "Contact Us", with a form like this:
<form id="Form1" method="post" action="http://www.asia-instruments.com/cgi-bin/query.pl" style="position:absolute; left:0px; top:60px; width:470px; height:415px; font-size: 18px">
And "input" boxes like this:
<td height="30" width="100" valign="top">
<span class="text">
<span style="font-size:14px; line-height:17px; color: #FFF;">
Name*)
</span>
</span>
</td>
<td width="390" height="30" align="right" valign="top">
<input name="name" type="text" id="name" size="60" />
</td>
At the bottom of my "Form" I did put 2 buttons, a "Reset" button and a "Submit" button. The "Submit" button has following code:
<div id="but2" style="position:absolute; left:425px; top:350px;">
<input type="submit" name="sbmt" id="sbmt" value="Submit" onClick="chkForm1"/>
</div>
The file "query.pl" exists in the directory "http://www.asia-instruments.com/cgi-bin/".
But when I push the "Submit" button, I get only an error message like this:
"A misconfiguration on the server caused a hiccup.
Check the server logs, fix the problem, then try again."
The only thing I would like this "Form" to do, is to send all the information which was input to be send to my email address.
Can anybody help me with this problem?
TIA


*)

