I have a page that has three submit buttons. Depending upon which one
was clicked, I process it differently on the server in php. One of
those buttons is a delete action so I would like to add an "Are you
sure?" for that button. However, I don't want to do anything with the
other buttons.
I know how to do it if that were the only button ( onsubmit="retur n
validateAction( )" ).
was clicked, I process it differently on the server in php. One of
those buttons is a delete action so I would like to add an "Are you
sure?" for that button. However, I don't want to do anything with the
other buttons.
I know how to do it if that were the only button ( onsubmit="retur n
validateAction( )" ).
Comment