File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/ehealthy
Editing: ehealthy/showhide.asp.bak
Full path: C:\ict\ICT\ehealthy\showhide.asp.bak
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<script> $(function () { $("input[name='q1']").click(function () { if ($("#q11").is(":checked")) { $("#div_q2").show(); } }); }); $(function () { $("input[name='q1']").click(function () { if ($("#q12").is(":checked")) { $("#div_q2").show(); } }); }); $(function () { $("input[name='q1']").click(function () { if ($("#q13").is(":checked")) { $("#div_q2").show(); } }); }); $(function () { $("input[name='q1']").click(function () { if ($("#q14").is(":checked")) { $("#div_q2").show(); } }); }); </script>