From: JuanPabloGárbora <jua...@gm...> - 2016-12-06 13:54:51
|
Hi there, I am trying to click a radio button, but no luck yet. this is the Html + Javascript: <input type="radio" value="A" checked="" name="rbt" onclick="colX('X');return true"> <input type="radio" value="B" name="rbt" onclick="colX('Y');return true"> <input type="radio" value="C" name="rbt" onclick="colX('Z');return true"> I tried different approaches and no luck to "click" the radio button. Any ideas how to do this ? thank you. |