Guest Posted January 18, 2007 Share Posted January 18, 2007 Hi I have this in shipping file: <td class="main" align="right"><?php echo tep_draw_radio_field_java('shipping', $quotes[$i]['id'] . '_' . $quotes[$i]['methods'][$j]['id'], $checked); I am trying to include: onfocus="hide('TABLE1');hide('TABLE2');return true;" Pls help. It is the code for radio buttons. Also...There are multiple (>3) radio buttons generated thorugh above code. I am trying onfocus="show('TABLE1');show('TABLE2');return true;" for one radio button. onfocus="hide('TABLE1');hide('TABLE2');return true;" for remaining radio buttons WILL I be able to do this at all? Thank you! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.