<div class="content">
<h1>Üdvözöllek, <?php echo $nickname; ?>! </h2>
<h4>Válasszon hetet: </h4>
<select class="select-selected" id="1" name="het" onchange="checkclass()">
<option disabled selected value>Hét</option>
<option value="1"><?php echo $sd->format('m.d')," - ", $ed->format('m.d');?></option>
<option value="2"><?php echo $sd2->format('m.d')," - ", $ed2->format('m.d');?></option>
<option value="3"><?php echo $sd3->format('m.d')," - ", $ed3->format('m.d');?></option>
</select>
</div >
<div>
<a id="class">
<select class="select-selected" id="2" onchange="checksubject()" name="osztaly">
<option disabled selected value><?php echo $class; ?></option></select>
</a>
<a id="subject">
<select class="select-selected" id="3" name="tantargy">
<option disabled selected value><?php echo $subject; ?></option></select>
</a>
<a id="bontotte"></a>
<a id="classtwo"></a>
</div>
<script>
因此,最后一个不会使其成为要填写的选择框,就像另一个名为“osztaly”的选择框一样。我认为 javascript 中的 IF 标记有问题,因为这些值无法比较:)
慕后森
德玛西亚99
相关分类