User Profile

Collapse

Profile Sidebar

Collapse
padmapriya
padmapriya
Last Activity: Aug 18 '08, 04:49 AM
Joined: Aug 11 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Once again thanks for the reply. Still the first radio button is only working. Even i clicked the other two, the first text field(Current address) is only activated.

    I guess u understood like what radio button i clicked first is enabling its corresponding text field. But its not so. Whatever i clicked first, only the first radio button is working. Even If i clicked the second radio button first, the text fields of first button (Current...
    See more | Go to post

    Leave a comment:


  • Thanks a lot for your quick response...Hope i had given the clear picture of what i said. Please go through it and provide me the solution.


    [HTML]<html>
    <head>
    <title></title>
    <script type="text/javascript">
    function init(){
    //disable text fields
    var f = document.inputF orm;
    f.CurrentAddres s.disabled = true;
    f.PermanentAddr ess.disabled...
    See more | Go to post
    Last edited by gits; Aug 12 '08, 07:12 AM. Reason: added code tags

    Leave a comment:


  • Enabling certain text fields corresponding to the selected radio button

    I need to create three radio buttons and when the radio button is clicked, the corresponding text fields such as 3 different address types should get activated.
    If i clicked the first radio button, the text field corresponding to that should be enabled and the other two address type fields should be disabled. This is working fine for the first radio button. But for the other two radio buttons also, the first address type field only gets enabled....
    See more | Go to post
No activity results to display
Show More
Working...