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 Rhinorhino 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: hem3698
  • Content: Threads
  • Order by date
  1. 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...
  2. 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