Hi !
Viele Wege führen nach Rom !
<script>
function gehe()
{hallo = window.document.forms[0].elements[0].value;
document. location.href = hallo;
}
</script>
<form>
<input name=x type="text" maxLength=256 size=55 value="http://" tabindex="7">
<input type="button" name="goto" value="Go" onClick="gehe()">
</form>
Bleibt noch der Cursor-Fokus zu klären !!
Hat jemand einen Vorschlag ??
:o)