Hallo!
Vielleicht so:
<form name="self" method="post" action="seite.asp">
<input type="text" name="irgendeinname">
<input type="image" name="Aktion1" src="../static/images/aktion1.gif">
<input type="image" name="aktion2" src="../static/images/aktion2.gif" align="middle">
<script language="JavaScript">
<!--
document.self.aktion2.focus();
//-->
</script>
</form>
Lokal bei mir ging das.
Gruß, Achim