Try something like:

<form name="theform" action="oops.htm" method="get">
<input name="one" value="type something here...">
<input type="submit" name="submit" value="first"
onClick="document.theform.action='first.htm';">
<input type="submit" name="submit" value="second"
onClick="document.theform.action='second.htm';">
</form>

see http://developer.irt.org/script/form.htm#7.2 for more goodies

--tom

jeff olshesky wrote:
> 
> does anybody know of a way to call multiple action
> classes from one form?  i would like to have to submit
> buttons on the form, both submitting the form to
> unique action classes.  does this require the use of
> the javascript event handlers?  not too familar with
> this, any help would be greatly appreciated.
> 
> thanks,
> jeff
> 
> =====
> What would you do if you weren't afraid?
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/

Reply via email to