Emil: Formular wird im InternetExplorer nicht abgeschickt.

Beitrag lesen

Hallo zusammen.
Ich habe ein simples Formular, welches in Browsern wie Firefox, Safari etc funktionieren, nur im Internet Explorer will es nicht. Es wird einfach nicht abgeschickt.

Quellcode:

<form enctype="multipart/form-data" action="cgi-bin/upload.cgi?upload_id=" method="post" onsubmit="return StartUpload();" target="upload" name="F1">
<table border="0" width="100%">
<tbody><tr>
<td>zu übertragende Datei: <br><br></td>
</tr>
<tr>
<td><input name="file" size="50" class="ftpupload" type="file"> <br><br></td>
</tr>
<tr>
<td>
<input name="upload" value="Datei senden!" class="ftpsubmit" onclick="document.F1.upload.value='Bitte warten'; document.F1.upload.disabled=true;" type="submit">
<br><br></td>
</tr>
<tr>
<td align="left">
<input name="popup" id="popup" value="false" type="hidden">
<input name="inline" id="inline" value="true" type="hidden">
<input name="css_name" value="" type="hidden">
<input name="tmpl_name" value="" type="hidden">

</td>
</tr>
</tbody></table>
</form>

Vielen Dank für die Hilfe.

Emil