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 Mike Lewis 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: ilkyen
  • Order by date
  1. ilkyen

    PLEASE HELP!! Radio button problem

    for(var j = 0 ; j < radiogroup.length ; ++j) { if(radiogroup[j].checked) { itemchecked = true; break; } } Maybe you should look this block in the code. The brackets in the code may be the problem. Try to put break after if statement;then close for structure.Such this...

Part and Inventory Search

Back
Top