제목이 너무 길군 --;
prototype에서 Insertion.bottom 을 쓸때 FF에서는 잘되는데
IE에서는 추가가 안되는 문제가 있다.
이걸 해결하기 위해서는 ..
테이블 안에 <tbody></tbody>태그를 넣어주고 , id 를 tbody에 주면 문제가 해결된다.
<script>
new Insertion.Bottom('mytable','<tr><td>1</td><td>김갑돌</td></tr>');
</script>
<table>
<tbody id="mytable">
<tr>
<th>번호</th>
<th>이름</th>
</tr>
</tbody>
</table>


댓글 없음:
댓글 쓰기