raghu123
07-07-2005, 01:58 AM
In my JSP i have 4 image buttons as shown below
"SUBMIT"
"DELETE"
"APPROVE"
"REJECT"
example:
<A href="javascript:fnSubmit("SUBMIT")
<img border="0" src="submit1.gif" name="imgSubmit" >
</a>
<A href="javascript:fnSubmit("DELETE")
<img border="0" src="delete.gif" name="imgDelete" >
</a>
If user clicks on any one of the button, other buttons are to be disabled.
This is in order to restrict the user to to submit other request until one request completed.
"SUBMIT"
"DELETE"
"APPROVE"
"REJECT"
example:
<A href="javascript:fnSubmit("SUBMIT")
<img border="0" src="submit1.gif" name="imgSubmit" >
</a>
<A href="javascript:fnSubmit("DELETE")
<img border="0" src="delete.gif" name="imgDelete" >
</a>
If user clicks on any one of the button, other buttons are to be disabled.
This is in order to restrict the user to to submit other request until one request completed.