Hi,
<html>
Doctype fehlt
<head>
Title fehlt
</head>
<body>
<form method=Post enctype="multipart/form-data" action="URL">
<input type="hidden" name="h1" value = h1">
<input type="hidden" name="h2" value="h2">
<input type="hidden" name="h3" value="h3">
<input type="file" name="datei" value="c:\bild.jpg">
Daß das nicht funktionieren DARF und auch nicht funktionieren wird, ist Dir klar?
</form>
<body>
Warum noch einen Body aufmachen?
</html>
Was hast Du denn bisher probiert?
Die Doku zu submit() ist Dir bekannt(http://selfhtml.teamone.de/javascript/objekte/forms.htm#submit) ?
cu,
Andreas
--
Der Optimist: Das Glas ist halbvoll.
Der Pessimist: Das Glas ist halbleer.
Der Ingenieur: Das Glas ist doppelt so groß wie nötig.
Der Optimist: Das Glas ist halbvoll.
Der Pessimist: Das Glas ist halbleer.
Der Ingenieur: Das Glas ist doppelt so groß wie nötig.