[thelist] html question.. simple

Christian Heilmann codepo8 at gmail.com
Tue Aug 8 17:16:08 CDT 2006


> <form action="url1.php">
> <input type="submit" value="button1 text" />
> </form>
>
> <form action="url2.php">
> <input type="submit" value="button2 text" />
> </form>

No need for several forms, just give the buttons names:
http://onlinetools.org/tricks/using_two_submit_buttons.php

If they are image buttons check for the x and y equivalents.

-- 
Chris Heilmann
Book: http://www.beginningjavascript.com
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/



More information about the thelist mailing list