Darkbeom's beautiful mind

긍정적인 사고를 갖자!



2009/04/28 11:57

HTML deleteRow JSP

<html>
<head>
<script type="text/javascript">
<!--//

    function delRow(){
        document.getElementById('tableList').deleteRow(0)
    }


//-->
</script>
</head>
<body>

<table id="tableList">
<tr><td>Row1</td></tr>
<tr><td>Row2</td></tr>
</table>
<br />
<input type="button" onclick="delRow()">

</body>
</html>

트랙백

이 글과 관련된 글 쓰기 (트랙백 보내기)
TrackbackURL : http://darkbeom.egloos.com/tb/2334563 [도움말]

덧글

덧글 입력 영역