ok, it does disable the button, but my form doesnt do the post now to the servlet.. it just hangs there...
I have one jsp which has to includes the header and the footer jsp. The footer contains the new on click event that does disable the button, but it doesnt do the form post now...
C.jsp has the <input type="submit" value="Submit Query" onClick="this.disabled=tru
A.jsp has header info
B.jsp contains C and A as includes
Main Topics
Browse All Topics





by: enachemcPosted on 2006-12-04 at 10:41:40ID: 18070714
<input type="submit" value="Submit Query" onClick="this.disabled=tru e">