Hey Ya'll,
I encountered another issue, with lovely internet explorer... How it likes
to truly **** me off.. :X
Anywho, i'm trying to do this:
[CODE=html]
<form>
<input type=TEXT id="some_id">
</form>
[/CODE]
[CODE=javascript]
input = document.getEle mentByID('some_ id');
alert(input.typ e);
input.setAttrib ute('type','pas sword');
[/CODE]
This works fine, in Mozilla Firefox, but in internet explorer, it complains:
"This command is not supported."
err. Seems so final.. Is there a hack around this? anybody encountered this b4?
Thanks in advance :D
I encountered another issue, with lovely internet explorer... How it likes
to truly **** me off.. :X
Anywho, i'm trying to do this:
[CODE=html]
<form>
<input type=TEXT id="some_id">
</form>
[/CODE]
[CODE=javascript]
input = document.getEle mentByID('some_ id');
alert(input.typ e);
input.setAttrib ute('type','pas sword');
[/CODE]
This works fine, in Mozilla Firefox, but in internet explorer, it complains:
"This command is not supported."
err. Seems so final.. Is there a hack around this? anybody encountered this b4?
Thanks in advance :D
Comment