jijojosephk 0 Newbie Poster

Hi,

I'm facing a very strange problem. I have a JavaScript which disables some nodes (checkboxes) of TreeView depends on the value of the "Title" property of the checkbox. I had to try this because TreeView control doesn't support enabling/disabling of checkboxes attached to it. My only option was to write a Javascript. But, the code is working fine in the development environment but when I move it to test environment this javascript throws script error. I closely watched the source of the page in browser (both Test/Dev) and I found that "Title" property is missing in the page from test server!!! which in turn throws the JavaScript error. Why is it so? What could be the reason? I feel it so strange but it's true. Please help me in this.

Thanks in advance,
Jijo Joseph