לפי מה שאמרת ניסיתי לעשות קוד:
HTML קוד:
<html>
<head>
<script language="JavaScript">
function focusIt(){
document.getElementById('WallaSite').focus();
}
</script>
</head>
<body>
<a href="http://www.walla.co.il" name="WallaSite">Walla!</a>
<form name="linkForm">
<input type="button" name="focusLink" value="Focus the link!" onClick="focusIt()">
</form>
</body>
</html>
ולי זה עובד... אם לזה התכוונת.
