Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Custom Coding...Pls help!


Guest

Recommended Posts

Posted

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!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...