You are here: irt.org | FAQ | JavaScript | Form | Q1333 [ previous next ]
Try (remembering that Internet Explorer 3 cannot change the forms action attribute):
<form method="post"> <input type="submit" onClick="this.form.action='http://search.yahoo.com'"> <input type="submit" onClick="this.form.action='http://search.webcrawler.com'"> .... </form>