Jump to content

azharschools

Members
  • Posts

    7
  • Joined

  • Last visited

azharschools's Achievements

Newbie

Newbie (1/7)

0

Reputation

  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. I tried that code. But its not working.Give any other related codeok thank you for your reply
  3. I tried that code. But its not working.Give any other related codeok thank you for your reply
  4. 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. nice question,its very simple method.using built-in function date();it will get the system date . So save this value in the variable and put in the form field.var date=date();document.yourformname.elementname.value=date;
  7. 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...