|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Radio Button
I have a radio button that i checked depending on a staement. The
problem is that if i want to uncheck it ,it doesnt allow. Is it possible to uncheck it. heres the code i used for the radio button: <input type="radio" name="MediaName" value="Others" <% If tel1=tel2 Then %> Checked<% End If %>> "amatuer" <njoo***@gmail.com> wrote in message <script language="JavaScript">news:1152610405.446744.28210@m73g2000cwd.googlegroups.com... >I have a radio button that i checked depending on a staement. The > problem is that if i want to uncheck it ,it doesnt allow. Is it > possible to uncheck it. heres the code i used for the radio button: > <input type="radio" name="MediaName" value="Others" <% If tel1=tel2 > Then %> Checked<% End If %>> > <!-- function clear_radio_buttons() { for (var i = 0; i < document.form1.MediaName.length; i++) { document.form1.MediaName[i].checked = false; } } //--> </script> by the looks of it ,i dnt think this will allow me to uncheck wen the
page is running.or will it? CJM wrote: Show quote > "amatuer" <njoo***@gmail.com> wrote in message > news:1152610405.446744.28210@m73g2000cwd.googlegroups.com... > >I have a radio button that i checked depending on a staement. The > > problem is that if i want to uncheck it ,it doesnt allow. Is it > > possible to uncheck it. heres the code i used for the radio button: > > <input type="radio" name="MediaName" value="Others" <% If tel1=tel2 > > Then %> Checked<% End If %>> > > > > > <script language="JavaScript"> > <!-- > function clear_radio_buttons() { > for (var i = 0; i < document.form1.MediaName.length; i++) { > document.form1.MediaName[i].checked = false; > } > } > //--> > </script> "amatuer" <njoo***@gmail.com> wrote in message Yes it will, but you need to call the function somewhere within your page. I news:1152613045.159580.274190@35g2000cwc.googlegroups.com... > by the looks of it ,i dnt think this will allow me to uncheck wen the > page is running.or will it? > would suggest a standard link. |
|||||||||||||||||||||||