bigracefan
Programmer
I've inherited a asp.net page and I need to change the current buttons (which are images) to buttons that are controled by a style sheet.
Here is what is currently used:
This is what I'm using on my classic pages:
Thanks.
Here is what is currently used:
Code:
<asp:imagebutton id="btnLookup" Runat="server" ImageUrl="../Agents/lookupbutton.JPG">
This is what I'm using on my classic pages:
Code:
<input type="button" value="Insert" class="button01" onClick="javascript:window.location='../../frmRating2.asp?PolicyID=Insert';" onMouseOver="this.className='button01h'" onMouseOut="this.className='button01'">