Advertisement
szymcio93

usun wiersz

Jun 9th, 2015
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <button onclick="mojafunkcja()">Try it</button>
  2.  
  3. <script>
  4. function mojafunkcja(){
  5. document.getElementById("misiaczek").deleteRow(1);
  6. }
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement