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: muthukumarv
  • Order by date
  1. muthukumarv

    2 Radio Button or arrays to Validate.

    hi, try with the following code.. <BODY> <script> function checkRadio() { for (i=0; i<10; i++) { if ((document.Form1.elements[0].status) && (document.Form1.elements[5].status)){ alert(&quot;not allowed&quot;) break; } } } </script> <P>&nbsp;</P> <form name=Form1> <br>...

Part and Inventory Search

Back
Top