Hi,
I am changing the type property of a input tag in IE as below.
docment.getElem entById('abc'). type='text';
Its type is hidden by default. Works very well in FF and Chrome.
any clues?
I am changing the type property of a input tag in IE as below.
docment.getElem entById('abc'). type='text';
Its type is hidden by default. Works very well in FF and Chrome.
any clues?
Comment