User Profile

Collapse

Profile Sidebar

Collapse
lavanyak6
lavanyak6
Last Activity: Jan 11 '08, 09:54 PM
Joined: Jan 11 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • lavanyak6
    started a topic text box changes
    in Java

    text box changes

    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...
    See more | Go to post
    Last edited by acoder; Jan 12 '08, 11:43 AM. Reason: Added code tags

  • lavanyak6
    started a topic TExt box change

    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...
    See more | Go to post
No activity results to display
Show More
Working...