Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: nagusatya
  • Content: Threads
  • Order by date
  1. nagusatya

    dropdown problem

    hi all, i am using the following code in my jsp as below in a <td> <td> <html:select property="payment" tabindex="1040" styleId="withDrawalType" onchange="doIt(this);"> <option value="">Please Select</option> <logic:iterate id="paymentValue"...
  2. nagusatya

    Changing jsp based on the option selected in the dropdown box

    <table summary="Details"> <colgroup> <col style="width: 22em" /> <col style="width: 22em" /> </colgroup> <tbody> <tr> <th scope="row" align="left"><label for="paymenyType" class="smallLabel">Paymeny Type</label></th> <td><html:select property="paymenyType"...
  3. nagusatya

    validation for string(CHAR DATATYPE)

    hi all, i am having a string whose datatype is CHAR in the database and length is 7 . can any one help me with the javascript validation code(function) for this? regards and thanks in advance

Part and Inventory Search

Back
Top