这是我的代码,之前它正在运行,但现在它无法运行。当我点击提交按钮时,没有任何事情发生,页面没有重新加载。
<table align="center" border="0" width="1100">
<tr>
<td class="td_text" align="center">
<form method="post" action="exam.php">
<b>Select exam : </b>
<select name="exams" style="width:150px;height:30px;">
<option> SBI </option>
<option> IBPS </option>
<option> RBI </option>
<option> SSC </option>
</select>
<input type="submit" name="submit" style="width:150px;height:30px; border:2px solid black;" onmouseover="over(this)" onmouseout="out(this)" >
</td>
</form>
</tr>
</table>
答案 0 :(得分:0)
你的代码工作正常可能在js脚本中阻止了action方法。你应该提供更多信息。