Is there a way to have an anchor tag in the definition of a button?
For example, something like this (which doesn't work by the way)
<td align="center"> <input name="submit" type="submit" value="Update"> <input name="new" type="button" <a href="script.php"></a> value="New Search"></td>
I am trying to show two buttons, looking alike, one to submit the form and the other to bring up a new form. I can't find any documentation the states where and where not an anchor is allowed and there is probably a prescribed way to do what I want, but I haven't found it on my own, so I am turning to the knowledgeable tech out there. Thanks
For example, something like this (which doesn't work by the way)
<td align="center"> <input name="submit" type="submit" value="Update"> <input name="new" type="button" <a href="script.php"></a> value="New Search"></td>
I am trying to show two buttons, looking alike, one to submit the form and the other to bring up a new form. I can't find any documentation the states where and where not an anchor is allowed and there is probably a prescribed way to do what I want, but I haven't found it on my own, so I am turning to the knowledgeable tech out there. Thanks