gcastillo
Posts: 45
|
| Posted: 01/24/2009, 10:32 AM |
|
Hi,
HTML
I have a radio button:
<input id="rb_moneda1" type="radio" name="rb_moneda">Si <input id="rb_moneda2" type="radio" name="rb_moneda">No
I can change in a javascript function
document.getElementById('rb_moneda1').checked = 1;
or
document.getElementById('rb_moneda2').checked = 1;
BUT
In CCS radio button use this:
id="rb_moneda_{rb_sfac_cpe_mn:optionNumber}"
Who I can change to value checked especific option in a javascript function with this id?
Thanks a lot
_________________
Giovanni
|
 |
 |
|