lansing
06-01-2006, 01:18 AM
I am not sure what this is called in Javascript is called so I just tell you my problem.
I have a radio button that when I click on it it fills a 1 text box with data. This I have working just fine. I need the same click to fill a second text box with data. I will post my code below...currently it does fill the 1st text box without errors, but I need this to fill 2 text boxes & not just one.
onClick="document.form_name.text_box1.value='<?=$name1 ?>';"
Thanks!
I have a radio button that when I click on it it fills a 1 text box with data. This I have working just fine. I need the same click to fill a second text box with data. I will post my code below...currently it does fill the 1st text box without errors, but I need this to fill 2 text boxes & not just one.
onClick="document.form_name.text_box1.value='<?=$name1 ?>';"
Thanks!