so sieht mein code aus
<form name="navi" method="post" action="/print.html" target="_blank">
<input name="print[]" type=image value="print.page" src="../../images/net/drucken.png">
</form>
auf der seite /print.html lass ich mir die $HTTP_POST_VARS mit
echo "<pre>";
print_r($HTTP_POST_VARS);
echo "</pre>";
anzeigen. mach ich das mit dem firefox existiert die variable $HTTP_POST_VARS["print"][2], inhalt ist "print.page", beim IE existiert dieses array nicht.
gruß Buffy