Firefox often tells me that one of my objects has no properties; and, I really don't know how to respond.
Can anyone shed some light on what it really wants?
Code:
//code line:
document.getElementById("nearWater").focus();
//error message:
document.getElementById("nearWater") has no properties
Comment