moin!
fertig
window.onload = function() {
var toFocus = document.getElementById(window.location.hash.substr(1));
if (toFocus)
toFocus.focus();
}
stammt zwar nicht von mir muckelt aber wie 'n dampfmaschin
irgendwelche einwände?