<form> <input type="submit" name="yahoo" value="yahoo" onclick="this.form.action.value='http://www.yahoo.com';" /> <input type="submit" name="google" value="google" onclick="this.form.action.value='http://www.google.com';" /> </form>
Jump To Top of Thread