View Single Post
  #3 (permalink)  
Old 01-27-10, 07:10 AM
sunanurag sunanurag is offline
Newbie Coder
 
Join Date: Aug 2009
Posts: 51
Thanks: 2
Thanked 0 Times in 0 Posts
HTML Code:
<tr>
<td><button name="submit" value="back" style="background-image: url(images/buttons/button_return.gif);width:72px;height:17px;"></td>	
<td><button name="submit" value="edit" style="background-image: url(images/buttons/button_edit.gif);width:72px;height:17px;"></td>	
<!--td><button name="submit" onclick="return printRow1(this)" value="add" style="background-image: url(images/buttons/button_addnew.gif);width:72px;height:17px;"></td-->	
<td><button name="submit" value="export" style="background-image: url(images/buttons/button_export.gif);width:72px;height:17px;"></td>	
<td><button name="submit" value="exportall" style="background-image: url(images/buttons/button_all.gif);width:72px;height:17px;"></td>	
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td><button name="submit" value="deleteall" onclick="javascript:if(!confirm('Are you sure you want to delete all records ?'))return false;" style="background-image: url(images/buttons/button_deleteall.gif);width:72px;height:17px;"></td>	
</tr>

Last edited by wirehopper; 01-27-10 at 09:02 AM. Reason: HTML tags
Reply With Quote