Question
Problem related to disabling of image button
Hi all,
I am new to coldfusion.
I have created a cfm page which has two blocks.
Each block has two image buttons(submit and cancel) and a radio button.
Click on radio button of a particular block disables the other block contents(i.eClick on block1 radio button disables block 2 contents and vice versa).
My question is how to disable image buttons of a particular block when other block radio button is checked.
I am calling javascript on click of radio button.
Please help me how can I disable image buttons.
I have created image button as follows
<a href=""><input type="image" src="">
Thanks in advance.
I am new to coldfusion.
I have created a cfm page which has two blocks.
Each block has two image buttons(submit and cancel) and a radio button.
Click on radio button of a particular block disables the other block contents(i.eClick on block1 radio button disables block 2 contents and vice versa).
My question is how to disable image buttons of a particular block when other block radio button is checked.
I am calling javascript on click of radio button.
Please help me how can I disable image buttons.
I have created image button as follows
<a href=""><input type="image" src="">
Thanks in advance.
