<script>
function erase(o)
{
alert(document.getElementById(o));
document.getElementById(o).removeChild(document.getElementById(o).getElementsByTagName('tr')[0]);
}
function make()
{
alert("우하하");
var tbl = document.getElementById("tbl");
var tblBody = document.getElementById("tblBody");
// creating all cells
for (var j = 0; j < 2; j++) {
// creates a table row
var row = document.createElement("tr");
for (var i = 0; i < 2; i++) {
// Create a <td> element and a text node, make the text
// node the contents of the <td>, and put the <td> at
// the end of the table row
var cell = document.createElement("td");
var cellText = document.createTextNode("cell is row "+j+", column "+i);
cell.appendChild(cellText);
row.appendChild(cell);
}
// add the row to the end of the table body
tblBody.appendChild(row);
}
tbl.setAttribute("border", "2");
}
</script>
<input type="button" value="start" onclick="make()">
<input type="button" value="delete" onclick="erase('tblBody');">
<table id="tbl">
<tbody id="tblBody">
</tbody>
</table>
function erase(o)
{
alert(document.getElementById(o));
document.getElementById(o).removeChild(document.getElementById(o).getElementsByTagName('tr')[0]);
}
function make()
{
alert("우하하");
var tbl = document.getElementById("tbl");
var tblBody = document.getElementById("tblBody");
// creating all cells
for (var j = 0; j < 2; j++) {
// creates a table row
var row = document.createElement("tr");
for (var i = 0; i < 2; i++) {
// Create a <td> element and a text node, make the text
// node the contents of the <td>, and put the <td> at
// the end of the table row
var cell = document.createElement("td");
var cellText = document.createTextNode("cell is row "+j+", column "+i);
cell.appendChild(cellText);
row.appendChild(cell);
}
// add the row to the end of the table body
tblBody.appendChild(row);
}
tbl.setAttribute("border", "2");
}
</script>
<input type="button" value="start" onclick="make()">
<input type="button" value="delete" onclick="erase('tblBody');">
<table id="tbl">
<tbody id="tblBody">
</tbody>
</table>
꼭 tbody 태그를 넣어야 한다는거 유의!!
[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1230 |
|
18년 전 | 2004 | |
| 1229 |
|
18년 전 | 2939 | |
| 1228 |
|
18년 전 | 2629 | |
| 1227 | 18년 전 | 2926 | ||
| 1226 | 18년 전 | 2361 | ||
| 1225 |
|
18년 전 | 2430 | |
| 1224 | 18년 전 | 2737 | ||
| 1223 |
|
18년 전 | 3984 | |
| 1222 |
mixdesign
|
18년 전 | 2629 | |
| 1221 |
|
18년 전 | 2746 | |
| 1220 | 18년 전 | 3206 | ||
| 1219 | 18년 전 | 2909 | ||
| 1218 | 18년 전 | 2107 | ||
| 1217 |
|
18년 전 | 2551 | |
| 1216 | 18년 전 | 2564 | ||
| 1215 |
mixdesign
|
18년 전 | 4040 | |
| 1214 |
|
18년 전 | 4787 | |
| 1213 | 18년 전 | 2318 | ||
| 1212 |
mixdesign
|
18년 전 | 2493 | |
| 1211 |
|
18년 전 | 2424 | |
| 1210 | 18년 전 | 3755 | ||
| 1209 |
mixdesign
|
18년 전 | 2373 | |
| 1208 |
mixdesign
|
18년 전 | 2377 | |
| 1207 |
mixdesign
|
18년 전 | 1719 | |
| 1206 |
mixdesign
|
18년 전 | 2003 | |
| 1205 |
mixdesign
|
18년 전 | 2699 | |
| 1204 |
mixdesign
|
18년 전 | 3578 | |
| 1203 | 18년 전 | 3089 | ||
| 1202 | 18년 전 | 2971 | ||
| 1201 | 18년 전 | 2033 | ||
| 1200 | 18년 전 | 4126 | ||
| 1199 | 18년 전 | 2166 | ||
| 1198 | 18년 전 | 4193 | ||
| 1197 | 18년 전 | 2504 | ||
| 1196 | 18년 전 | 2356 | ||
| 1195 |
|
18년 전 | 3462 | |
| 1194 | 18년 전 | 2236 | ||
| 1193 | 18년 전 | 2151 | ||
| 1192 | 18년 전 | 3272 | ||
| 1191 | 18년 전 | 3955 | ||
| 1190 | 18년 전 | 2220 | ||
| 1189 |
|
18년 전 | 2354 | |
| 1188 |
|
18년 전 | 3823 | |
| 1187 | 18년 전 | 2707 | ||
| 1186 | 18년 전 | 3364 | ||
| 1185 | 18년 전 | 2774 | ||
| 1184 | 18년 전 | 1663 | ||
| 1183 | 18년 전 | 2131 | ||
| 1182 | 18년 전 | 3700 | ||
| 1181 |
mermaid
|
18년 전 | 2917 | |
| 1180 | 18년 전 | 2970 | ||
| 1179 | 18년 전 | 3607 | ||
| 1178 | 18년 전 | 2167 | ||
| 1177 |
|
18년 전 | 2283 | |
| 1176 | 18년 전 | 3173 | ||
| 1175 | 18년 전 | 1869 | ||
| 1174 |
|
18년 전 | 2227 | |
| 1173 |
|
18년 전 | 2527 | |
| 1172 | 18년 전 | 1775 | ||
| 1171 | 18년 전 | 2104 | ||
| 1170 | 18년 전 | 1989 | ||
| 1169 | 18년 전 | 2506 | ||
| 1168 | 18년 전 | 1924 | ||
| 1167 | 18년 전 | 1721 | ||
| 1166 | 18년 전 | 1746 | ||
| 1165 | 18년 전 | 1727 | ||
| 1164 | 18년 전 | 2781 | ||
| 1163 | 18년 전 | 1557 | ||
| 1162 |
|
18년 전 | 5677 | |
| 1161 |
이걸~어쩌나~
|
18년 전 | 2397 | |
| 1160 | 18년 전 | 1667 | ||
| 1159 | 18년 전 | 4702 | ||
| 1158 | 18년 전 | 2052 | ||
| 1157 | 18년 전 | 4842 | ||
| 1156 | 18년 전 | 3190 | ||
| 1155 | 18년 전 | 2130 | ||
| 1154 | 18년 전 | 1832 | ||
| 1153 |
BEST79
|
18년 전 | 2110 | |
| 1152 | 18년 전 | 1723 | ||
| 1151 | 18년 전 | 1839 | ||
| 1150 | 18년 전 | 1837 | ||
| 1149 |
inniskun
|
18년 전 | 2480 | |
| 1148 |
|
18년 전 | 3494 | |
| 1147 |
|
18년 전 | 5977 | |
| 1146 |
|
18년 전 | 3865 | |
| 1145 | 18년 전 | 3056 | ||
| 1144 | 18년 전 | 2136 | ||
| 1143 | 18년 전 | 2405 | ||
| 1142 | 18년 전 | 2197 | ||
| 1141 |
|
18년 전 | 2301 | |
| 1140 | 18년 전 | 2409 | ||
| 1139 | 18년 전 | 2846 | ||
| 1138 | 18년 전 | 2538 | ||
| 1137 | 18년 전 | 1994 | ||
| 1136 | 18년 전 | 3129 | ||
| 1135 | 18년 전 | 3594 | ||
| 1134 | 18년 전 | 3832 | ||
| 1133 |
자반고등어
|
18년 전 | 3340 | |
| 1132 | 18년 전 | 3389 | ||
| 1131 | 18년 전 | 2566 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기