Jump to content

azharschools

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by azharschools

  1. Hai this is azharudeen,In my project i have to validate the check box whether checked or not.code below:<?php while($row=mysql_fetch_array($query)){?><input type=checkbox name="check" value="<?php echo $info['CK_parenttopic_id'];?>"> <?php}?>So finally the single check box will display like multiple checkbox.I have to validate this check box is checked or not.very urgent

  2. To access a value of a selected option in javascript you can use the following code in a javascript function that you define:
    //example that pop up a message with the value of the selected value in a select boxfunction alertSelectedValue(){alert(document.forms[0].yourSelectBoxName[document.forms[0].yourSelectBoxName.selectedIndex].value);}

    Hope this helps you in your algorythm

    I tried that code. But its not working.Give any other related codeok thank you for your reply
  3. To access a value of a selected option in javascript you can use the following code in a javascript function that you define:
    //example that pop up a message with the value of the selected value in a select boxfunction alertSelectedValue(){alert(document.forms[0].yourSelectBoxName[document.forms[0].yourSelectBoxName.selectedIndex].value);}

    Hope this helps you in your algorythm

    I tried that code. But its not working.Give any other related codeok thank you for your reply
  4. To access a value of a selected option in javascript you can use the following code in a javascript function that you define:
    //example that pop up a message with the value of the selected value in a select boxfunction alertSelectedValue(){alert(document.forms[0].yourSelectBoxName[document.forms[0].yourSelectBoxName.selectedIndex].value);}

    Hope this helps you in your algorythm

    Thank you for your reply,I will use this code and send the feedback to you .
  5. Hai all,I need some help..In my project i have to select country field in one combo box and it will affected next combo box , its name is State combo box.This field is situated in all registration form. But i dont know the correct syntax in the javascript..So, My problem is if i am select the country like india in the combo box and the state of that country(india) will shown in the next combo box.It will shown in all type of registration form.it is my problem. Can you help me its very urgent

  6. hai this is azhar,I am new to javascript. In my project i want the pop-up menu.So anybody explain the logic or give example code for creating popup menui awaiting for your reply

×
×
  • Create New...