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 strongm 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: *

  1. hem3698

    javascrpt function for check boxes

    hi vbkris i am using java 1.2 there is no method called split for String class. is there any other way to achive this? regards and thanks in advance
  2. hem3698

    javascrpt function for check boxes

    hi vbkris where should i write this? is in my action class?
  3. hem3698

    javascrpt function for check boxes

    hi vbkris, this is what i am getting to my action class int movementIndex = Integer.parseInt(getParameter(req,"movementIndex")); where "movementIndex" is the name i used in the jsp like this <td width="5%" valign="middle" align="center" height="1%"> <font face="Arial" size="2">...
  4. hem3698

    javascrpt function for check boxes

    hi vbkris, my problem is i am using checkboxes with same name. so i need the java array of all the check boxes that are checked and should be send to the action class from jsp. can you please tell me where should i add the elements checked to the array? can you please help me with some sample...
  5. hem3698

    javascrpt function for check boxes

    hi vbkris, is INDEX an integer? whre should i define Index in the jsp? regards and thanks in advance
  6. hem3698

    javascrpt function for check boxes

    actually i check boxes should be validated using java script function. i need some sample code in java script that verifies whether the check boxes are checked or not? can you please help me with some sample code? regards and thanks in advance
  7. hem3698

    javascrpt function for check boxes

    hi friends, i am replacing radio buttons with check boxes in my jsp page. i need java script function to differentiate between the boxes that are checked and the boxes that are not checked. i mean if the box checked it should be true and the form should be submitted to the action class from the...
  8. hem3698

    WSAD Workbench

    hi all, i am working on an application in WSAD and websphere application server now i need to build the application. how can i run ant on build.xml what prior knowledge i need to have to build the entire j2ee application in wsad. regards and thanks in advance
  9. hem3698

    Date Validation

    Hi all, i need problem with validating date here is the function i used for date validation. // function isDateValid(title,start) { if(start.value.length < 10) { alert('The '+title+' Start Date is too short.'); start.focus(); return false; } if(!dateFormatValidation(start,false,title+'...

Part and Inventory Search

Back
Top