Hey,
Please anyone help me out with this. i am quite frustrated with this.
I have a dropdown with the values populating from database. Now when the user select "New" from the drop down, a new textfield should be seen which is in other case hidden. The code is working absolutely fine with firefox but its not at all working with IE. What could be the problem? What do i have to do extra for making it work. Please help me with this as it is very urgent.
Try using document.getElementbyId('textfield3').type instead. See if that works.
Or try to .removeAttribute('type') and right after a .setAttribute('type','hidden').
Bookmarks