PHP Page A has three submit buttons (all with the same name but with different values). When either of the first two submit buttons are clicked, user-defined data is passed to PHP Page B for processing and displaying of results.
Is there a way to use the third submit button to simply load an html page in a separate window without doing any processing on Page B?
Currently, I have an image on Page A that looks like a submit button with an associated <a href> link </a>, but the image looks tacky with the other submit buttons.
Thanks!
Timm