>
> Single-form...
>
> Two submit buttons....both go to the same page. How can I
> tell which submit button was pressed in JS. Is there some
> button is true state I can look for on submit types?
2 options
1) Name the buttons - only the one pressed will be passed
BUT - if somebody hits return, then neither is "pressed"
2) Have a hidden field that when you click on the button, it runs a
function to set the value of the hidden field
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

