Hallihallo!
Hiermit läuft es schonmal in Mozilla, das Umschreiben für andere Browser dürfte aber kein großes Problem darstellen ;)
<html>
<head>
<title>Vorselektierter link</title>
<script type="text/javascript">
function waehlen() {
document.formular.derlink.focus();
}
</script>
</head>
<body onload="waehlen()">
Drücke Enter, und Du landest bei Yahoo!<br>
<br>
<form name="formular" action="">
<input type="button" id="derlink" onClick="alert('Nee, bleib mal doch lieber hier.. ');" value="klickme">
</form>
</body>
</html>
Ich hoffe, damit konnte ich Dir helfen...
Viele liebe Grüße,
Der Dicki