| | |
Table Editer
Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
This is a nice and easy table editer.
Use it to add and delete cells, rows, and a caption
Use it to add and delete cells, rows, and a caption
<html> <head> <script type="text/javascript"> function getInnerHTML() { alert(document.getElementById("tr2").innerHTML); } function insCell() { var x=document.getElementById('tr2').insertCell(0) x.innerHTML="Table Row, Table Cell" } function delCell() { document.getElementById('tr2').deleteCell(0) } function deleteCaption() { document.getElementById('myTable').deleteCaption() } function createCaption() { var x=document.getElementById('myTable').createCaption() x.innerHTML="My Table" } function delRow() { document.getElementById('myTable').deleteRow(0) } function insRow() { var x=document.getElementById('myTable').insertRow(0); var y=x.insertCell(0); var z=x.insertCell(1); y.innerHTML="New Cell 1"; z.innerHTML="New Cell 2"; } </script> </head> <body> <center><table id="myTable" border="1"> <tr id="tr2"> <td>Row1 cell1</td> <td>Row1 cell2</td> </tr> <tr id="tr2"> <td>Row2 cell1</td> <td>Row2 cell2</td> </tr> <tr id="tr2"> <td>Row3 cell1</td> <td>Row3 cell2</td> </tr> </table> <br /> <center><table border="0"> <tr><th colspan="2">Table Controler</th></tr> <tr><td><center><input type="button" onclick="createCaption()" value="Create caption"></td><td><center><input type="button" onclick="deleteCaption()" value="Delete caption" /></td></tr> <tr><td colspan="2"><center><input type="button" onclick="getInnerHTML()" value=" Alert innerHTML of table row " /></td></tr> <tr><td><center><input type="button" onclick="insRow()" value=" Insert row "></td><td><center><input type="button" onclick="delRow()" value="Delete first row"></td></tr> <tr><td><center><input type="button" onclick="insCell()" value=" Insert cell "></td><td><center><input type="button" onclick="delCell()" value=" Delete cell "></td></tr> </table> </body> </html>
Similar Threads
- Copy records from one table to samme table in another sql server (MS SQL)
- Adding a table row full of elements to the end of a table programatically (JavaScript / DHTML / AJAX)
- Create an extra table (copy the columns and new table) for every existing table (MS SQL)
- Registry editer on Windows (Windows NT / 2000 / XP)
- Fck editer need help (PHP)
| Thread Tools | Search this Thread |
Tag cloud for JavaScript / DHTML / AJAX
ajax ajaxexample ajaxjspservlets array autoplay blackjack browser captcha captchaformproblem cart child class close codes date debugger dependent developer disablefirebug dom editor element embed engine enter events explorer ext file firefox flash focus form forms frameworks game gears getselection google gxt hiddenvalue highlightedword hint html ie7 ie8 iframe java javascript javascripthelp2020 jquery jsf jsp jump libcurl maps marquee masterpage math media menu object onerror onmouseoutdivproblem onreadystatechange parent passing paypal pdf php player position post programming prototype rated redirect safari scale scriptlets scroll search security size software solutions sources star stars stretch synchronous toggle tweet unicode variables web webkit webservice window \n



