모바일 & 앱
체크박스 언체크 금지시키기 checkbox disable
Hippalus
2016. 11. 3. 16:10
반응형
<input name="chkName" type="checkbox" id="chkName" value="1" checked <% if isNotUnCheck = True then %>onclick='return false;' <% end if %> />
반응형