1. Folgendes Script geht im IE nicht. Wieso?
2. Wo soll ich nach aktuellen JS Spezifikationen schauen, falls dies so richtig ist?
--------snip---------
<html><head> [...]
<script language="JavaScript">
<!--
// encoding nur von Mozilla akzeptiert:
document.FORUMFORM.encoding="x-application/x-www-form-urlencoded";
// enctype geht in beiden:
// document.FORUMFORM.enctype="x-application/x-www-form-urlencoded";
</head><body>
<FORM name="FORUMFORM" action="..."
target="forum_content" method="post"
enctype="multipart/form-data">
[...]
</FORM>
</body></html>
--------snap---------