coen17stam
Gebruiker
- Lid geworden
- 21 aug 2010
- Berichten
- 55
Hallo,
ik heb een probleem met mijn HTML Formulier als ik klik op verzenden dan krijg ik een fout melding!
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
ik zou niet weten wat ik verkeerd doe mijn host is hosting2go.
hier mijn form html script
<form method="post" action="cgi-bin/FormMail.pl">
<input type="hidden" name="redirect" value="http://www.cjstam.nl/bedankt.html">
<input type="hidden" name="recipient" value="info@cjstam.nl">
<input type="hidden" name="subject" value="Formulier ingevuld op mijn site">
<div class="auto-style12">
<span class="auto-style15">
<label id="Label1">Naam</label></span><br class="auto-style15" />
<input name="Text1" type="text" class="auto-style15" /><br class="auto-style15" />
<label id="Label2"><br class="auto-style15" />
<span class="auto-style15">E-mailadres</span><br class="auto-style15" />
<input name="Text2" type="text" class="auto-style15" /></label>
<br class="auto-style15" />
<br class="auto-style15" />
<span class="auto-style15">Bericht</span><br class="auto-style15" />
<textarea class="auto-style15" name="TextArea1" style="width: 378px; height: 232px"></textarea><br />
<br />
<input class="auto-style17" name="Submit1" type="submit" value="Verzenden" /><br class="auto-style15" />
</div>
</form>
Volgens mij is deze foutloos.
Mijn FormMail.pl nu even als txt heb ik als blijlage bij dit bericht zou iemand deze ook willen nalopen voor mij?
deze is als ASCII geupload en chmod 755
ik hoop dat het gaat lukken
Hartelijk dank alvast
ik heb een probleem met mijn HTML Formulier als ik klik op verzenden dan krijg ik een fout melding!
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
ik zou niet weten wat ik verkeerd doe mijn host is hosting2go.
hier mijn form html script
<form method="post" action="cgi-bin/FormMail.pl">
<input type="hidden" name="redirect" value="http://www.cjstam.nl/bedankt.html">
<input type="hidden" name="recipient" value="info@cjstam.nl">
<input type="hidden" name="subject" value="Formulier ingevuld op mijn site">
<div class="auto-style12">
<span class="auto-style15">
<label id="Label1">Naam</label></span><br class="auto-style15" />
<input name="Text1" type="text" class="auto-style15" /><br class="auto-style15" />
<label id="Label2"><br class="auto-style15" />
<span class="auto-style15">E-mailadres</span><br class="auto-style15" />
<input name="Text2" type="text" class="auto-style15" /></label>
<br class="auto-style15" />
<br class="auto-style15" />
<span class="auto-style15">Bericht</span><br class="auto-style15" />
<textarea class="auto-style15" name="TextArea1" style="width: 378px; height: 232px"></textarea><br />
<br />
<input class="auto-style17" name="Submit1" type="submit" value="Verzenden" /><br class="auto-style15" />
</div>
</form>
Volgens mij is deze foutloos.
Mijn FormMail.pl nu even als txt heb ik als blijlage bij dit bericht zou iemand deze ook willen nalopen voor mij?
deze is als ASCII geupload en chmod 755
ik hoop dat het gaat lukken
Hartelijk dank alvast