文本框启用

时间:2017-07-05 04:52:38

标签: javascript asp.net-mvc

如何在mvc中单击单选按钮时必须设置某些文本框?

<body>
    <div class="form-group">
        <form action="~/Main/Screen" method="post">
            <div class="panel panel-primary">
                <div class="panel-heading">TEST ORDER FOR PATIENT</div>
                <div class="panel-body">

                    <h3><label class="control-label">PATIENT CODE<span class="inp">*</span></label></h3><input type="text" id="InputPatientCode" name="InputPatientCode" value="" style="height:30px;" /><br />

                    <h3><label class="control-label">VISIT NO<span class="inp">*</span></label></h3><input type="text" id="VisitNo" name="VisitNo" value="" style="height:30px;" /><br />

                    <br />
                    <button class="btn btn-primary" id="add" type="submit" onclick="return IsValid()";>ADD</button>
<input type="radio"/>enable
                </div>
            </div>
            </form>

1 个答案:

答案 0 :(得分:0)

以下是步骤

  1. 有文本框和单选按钮的ID。
  2. 为您关注的单选按钮添加onClick javascript函数。
  3. 在该javascript函数中,查找您感兴趣的文本框,并设置其必需属性(mvn install:install-file -Dfile=path-to-jar -DgroupId=com.decompiler -DartifactId=jd-core-java -Dversion=1.2 -Dpackaging=jar