code:
<input name="xy" size="2" type="text" />
this is meant to be a textbox, looks like and functions like one.
js:
alert(document.getElementById("xy"));
and this returns null. If I try to get value of it or whatever, I simply get nothing.
Any reason ? (p.s: javascript works fine and its external)
idof "xy", sogetElementByIddoesn't find one.