Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.83 KB | None | 0 0
  1. header of table ====
  2.  
  3. <td width="18%" align="left">
  4.     <a href="javascript:void(0)" onclick="sort_all('discount',document.getElementById('sorttype_discount').value);">
  5.            Net Sale Price
  6.           </a>
  7.           <input type="hidden" name="sorttype_discount" id="sorttype_discount" value="{if $sorttype_discount}{$sorttype_discount}{else}ASC{/if}"/>
  8.         </td>
  9. ========================
  10.  
  11. loop to create table rows has=========
  12.  
  13.         <form name="changeprice" action="" method="post" onsubmit="return is_validData();" >
  14.         <td align="left"><strong>Rs. {$product_arr[i].discount}</strong><br />Change: <input type="name" name="chprice" style="width: 60px;" />
  15.         <input type="hidden" name="chpriceid" value="{$product_arr[i].productmanualid}" />
  16.         <input type="submit" name="submit" value="Go" />
  17.         </td>
  18.         </form>
  19. ===================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement