Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Other Programming > BOOK: Professional BlackBerry
|
BOOK: Professional BlackBerry
This is the forum to discuss the Wrox book Professional BlackBerry by Craig J. Johnston, Richard Evers; ISBN: 9780764589539
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional BlackBerry section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 30th, 2008, 01:26 PM
Registered User
 
Join Date: May 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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






Similar Threads
Thread Thread Starter Forum Replies Last Post
Zxml.js and input radio problem tezro BOOK: Professional Ajax ISBN: 978-0-471-77778-6 3 December 8th, 2007 05:19 PM
Prevent user input while JS executes matty1stop BOOK: Professional JavaScript for Web Developers ISBN: 978-0-7645-7908-0 0 November 17th, 2005 10:35 AM
use a JS-variable/function inside a tag cybermaarten Javascript 3 January 20th, 2005 05:42 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.