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. vanan4u

    how to work with get element by id

    <script type = "text/javascript"> function validate_form ( ) { if ( ( document.myform.gender[0].checked == false ) && ( document.myform.gender[1].checked == false ) ) { alert ( "Please choose your Gender: Male or Female" ); return false; }...
  2. vanan4u

    how to work with get element by id

    ok..then...but how to validate user check all the questions before proceeding with calculation..at the moment i dont have alert on the unchecked button..tq
  3. vanan4u

    how to work with get element by id

    i've created a set of online questionnaire and writing javascript to calculate the percentage.there are 12 questions with answer choice from 0-6. the below code is written to do calculation but because this is an online questionnaire i need to use get element by id to do it.i m not very sure how...

Part and Inventory Search

Back
Top