// starten mit: <body onLoad='cursorsetzen(window.form1.ftitel)'> form1=formular, ftitel=feld

function cursorsetzen(feld)
{
   feld.focus();
}
