0
<li><label>Email:</label> <input type='text' name='username'
id="forgot_username" /></li>
<li><label> </label> <input type="submit"
id="forgot_btn" value="Send Reminder" class="btn"></li>
我在上面的文本框和按鈕在我的jsp中。和下面的條件,我想要的是當這種情況發生時,上面的文本框和按鈕應該隱藏我該怎麼做。如何使用javascript隱藏jsp文件中的元素
<c:if test="${param.message == 3}">
<span class="error"><font color="red"> Email does not match</font></span>
</c:if>