I have an ASP.NET page and I want to insert an HTML Button inside a hyperlink. You'd think this was simple but I can't get it working....
Here's the code
<a href="ReportExport.aspx" target="_blank">
<INPUT id="cmdOK" type="button" class="INPUT_Button_Standard" value="OK"></a>
Pretty straight forward but it won't work. Putting in a text value works perfectly. Any help much appreciated!
Marcus.
Here's the code
<a href="ReportExport.aspx" target="_blank">
<INPUT id="cmdOK" type="button" class="INPUT_Button_Standard" value="OK"></a>
Pretty straight forward but it won't work. Putting in a text value works perfectly. Any help much appreciated!
Marcus.