Disabling the input tag on Blackberry using JS
Hi Everyone,
I am trying to disable the textbox on Blackberry using Javascript based on the selection of a radio button. But it gets ignored on the Blackberry. I have double checked and Javascript is enabled and everything looks fine as far as fone settings are concerned. Can anyone suggest the possible reason and I was also trying to hide the visibility of the text box if disable didnt work but again I could not get any luck.
for visibility I was trying:
document.getElementById("textBox").style.visibilit y="hidden";
and
document.getElementById("textBox").style.cssText=" {display:none}";
Nothing works.
Any help is appreciated.
Regards
-Kunal
|