Why does it have to be a submit button?
<input type=button onclick='...do some javascript stuff and submit the
form...'>
Not really an ASP question, you should find techniques for changing the
form's action parameter (depending on the button clicked) in a client-side
group, like microsoft.public.scripting.jscript
--
http://www.aspfaq.com/
(Reverse address to reply.)
"James Baker" <> wrote in message
news:...
> Once again, trying to re-learn ASP with all of my might. Probably a
simple
> problem, but here goes:
>
> I have a form that current has a fair amount of data/input tags and a
button
> that submits it to another page for processing. I'm building another
button
> on this same page that will post to an entirely different page, but needs
a
> lot of the same data as the original button. I assume I can't have both
> submit buttons within the same form, yet I need access to the same data.
> I'm probably missing something pretty obvious, but I can't figure this out
> for the life of me.
>
> TIA,
> James
>
>