<pre>
<input id=ip_eula onpropertychange="DivNext.style.display=(this.checked)?'':'none'" type=checkbox value=''>
<label for=ip_eula>이용약관에 동의합니다</label>


                <table border=0 cellpadding=0 cellspacing=0 width=100% id=DivNext style="display:none">
                <tr>
                        <td align=right height=40 valign=top style="padding-top:10px"><button id=buttonNext onclick="location.href='/이동할 경로.php'"> 다음 >> </button></td>
                </tr>
                </table>

</pre>
Posted by 알 수 없는 사용자
,