have written a code for textbox in jsp
[HTML]<td><input type="text" class="textBox" name="potCommis sion" id="potCommissi on" size="10" value='<%=commi ssion%>'
<% if(!commissionF lag.equals("NG" )){ %> disabled="true" <%}%> ></td>[/HTML]
whenever the page loads the textbox contains the same value the user has...
User Profile
Collapse
-
text box changes
-
TExt box change
I have written a code for textbox injsp
<td><input type="text" class="textBox" name="potCommis sion" id="potCommissi on" size="10" value='<%=commi ssion%>'
<% if(!commissionF lag.equals("NG" )){ %> disabled="true" <%}%> ></td>
whenever the page loads the textbox contains the same value the user has typed in. I...
No activity results to display
Show More