1: 2: 3:
<? <body onload="self.focus();document.verleihmanager.barcode[].focus()> ?>
1: 2: 3: 4: 5: 6: 7:
function setFocus() { document.getElementById("feldID").focus(); } <body onload="setFocus()"> <input id="feldID" name="feld[array]" />