JavaScript Goto Box


Here's a form that will take you to another page. The JavaScript approach here works with Netscape 2.0 or later.

By the way, the "classic" way to do this is to use a server-side script, but that requires you to write a CGI script to take the form input, parse it, and generate a redirect. The good thing about the server-side script approach is that it works with any browser that supports forms.