1

Topic: Using javascript to make a "jump to topic" form.

<form id="id" name="name" method="post" action="">
    <input name="textfield" value="Group #" size="7" type="text">
    <input name="Submit" value="Go!" type="submit">
</form>

Any idea how I could direct the user to 'viewtopic.php?id=foo' when foo is entered into textfield and submit is clicked?

Any ideas are welcome. thanks.