Advertisement
gauz

ngambilnilai

Jan 27th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.18 KB | None | 0 0
  1. <table id="tabel" class="isi" width="710px">
  2.  
  3.     <tbody>
  4.         <tr height="30px"></tr>
  5.         <tr height="20px"></tr>
  6.     </tbody>
  7.     <tr id="brs1">
  8.         <td id="kol1" height="20px">
  9.             <input id="items_1" class="inputbox" align="middle" size="22" readonly="readonly" style="background-color: rgb(255, 255, 153);" name="items[1]"></input>
  10.         </td>
  11.         <td id="kol2" height="20px">
  12.             <input class="inputbox" align="middle" size="33" readonly="readonly" style="background-color: rgb(255, 255, 153);"></input>
  13.         </td>
  14.         <td id="kol3" height="20px">
  15.             <input class="inputbox" align="middle" size="15" readonly="readonly" style="background-color: rgb(255, 255, 153);"></input>
  16.         </td>
  17.         <td id="kol4" height="20px">
  18.             <input class="inputbox" align="middle" size="10" readonly="readonly" style="background-color: rgb(255, 255, 153);"></input>
  19.         </td>
  20.         <td id="kol5" height="20px">
  21.             <input class="inputbox" align="middle" size="6" readonly="readonly" style="background-color: rgb(255, 255, 153);"></input>
  22.         </td>
  23.         <td id="kol6" height="20px">
  24.             <input class="inputbox" align="middle" size="6" readonly="readonly" style="background-color: rgb(255, 255, 153);"></input>
  25.         </td>
  26.         <td id="kol7" height="20px">
  27.             <input class="inputbox" align="middle" size="20" readonly="readonly" style="background-color: rgb(255, 255, 153);"></input>
  28.         </td>
  29.         <td id="kol8" style="padding: 0px;">
  30.             <button title="hapus data" style="height:20px;width:20px;" onclick="kurang(this)" type="button"></button>
  31.  
  32.     </td>
  33.  
  34. </tr>
  35. <tr id="brs2">
  36.  
  37.     <td id="kol1" height="20px">
  38.         <input id="items_2" class="inputbox" align="middle" size="22" readonly="readonly" style="background-color: rgb(255, 255, 153);" name="items[2]"></input>
  39.     </td>
  40.     <td id="kol2" height="20px">
  41.         <input class="inputbox" align="middle" size="33" readonly="readonly" style="background-color: rgb(255, 255, 153);"></input>
  42.     </td>
  43.     <td id="kol3" height="20px">
  44.         <input class="inputbox" align="middle" size="15" readonly="readonly" style="background-color: rgb(255, 255, 153);"></input>
  45.     </td>
  46.     <td id="kol4" height="20px">
  47.         <input class="inputbox" align="middle" size="10" readonly="readonly" style="background-color: rgb(255, 255, 153);"></input>
  48.     </td>
  49.     <td id="kol5" height="20px">
  50.         <input class="inputbox" align="middle" size="6" readonly="readonly" style="background-color: rgb(255, 255, 153);"></input>
  51.     </td>
  52.     <td id="kol6" height="20px">
  53.         <input class="inputbox" align="middle" size="6" readonly="readonly" style="background-color: rgb(255, 255, 153);"></input>
  54.     </td>
  55.     <td id="kol7" height="20px">
  56.         <input class="inputbox" align="middle" size="20" readonly="readonly" style="background-color: rgb(255, 255, 153);"></input>
  57.     </td>
  58.     <td id="kol8" style="padding: 0px;">
  59.         <button title="hapus data" style="height:20px;width:20px;" onclick="kurang(this)" type="button"></button>
  60.  
  61.     </td>
  62.  
  63. </tr>
  64. </table>
  65.  
  66. # kalo pake xml ane bingung xml load-nya gimana? kan ini file html, gan..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement