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 SkipVought 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
  • Order by date
  1. nagusatya

    dropdown problem

    yes mate i can have it if the code is like this: <option value="Month">Month</option> which is straight forward but i am getting collection dynamically and how can i determine the value if each item in the dropdown list cheers
  2. 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"...
  3. nagusatya

    Changing jsp based on the option selected in the dropdown box

    I am getting the drop down values from serverside properly but could not give value to your code how can i achieve this? cheers
  4. nagusatya

    Changing jsp based on the option selected in the dropdown box

    Hi clFlaVa, your code is great and helpful.i applied it in my case. but the problem is i am getting the dropdown list values from the request(set in controler) here is it <tr> <th scope="row" align="left"><label for="payment" class="smallLabel">Payment Required</label></th>...
  5. nagusatya

    Changing jsp based on the option selected in the dropdown box

    hi cLFlaVa, thanks for your code but i am now aware of css. i could not understand r2.style.display = ''; r3.style.display = 'none'; can i acieve this in any other way? how can i apply your sample code for my problem. your suggestions are highly appreciated regards and thanks in...
  6. nagusatya

    Changing jsp based on the option selected in the dropdown box

    Hi Jeff, thank you. i want to use java script can you please give me one example the way i can achieve this in java script . that would be great Cheers
  7. nagusatya

    Changing jsp based on the option selected in the dropdown box

    Hi Jeff, is there any way i can achieve this? i have to get that from server the 2 drop down lists used in my code are not static ones as i mentioned i am getting them from one properties file dynamically.for simplicity i hard codfed here. can you please suggest me the better way to achieve...
  8. 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"...
  9. 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