N
Nathan Sokalski
I am working on a small web application for mobile devices. I have been
testing it on a device running Windows Mobile 6. So far, my biggest problem
has been JavaScript compatibility. The first thing I have come to that I
have been unable to find a workaround for is document.getElementById(). I
have been trying to get properties from different elements using this, but
it doesn't seem to be returning anything. I have been doing my testing using
a simple window.alert(); to display a property value, and everything works
as expected on my desktop, but Windows Mobile 6 is just displaying an empty
dialog box. Can somebody help me here? Thanks.
testing it on a device running Windows Mobile 6. So far, my biggest problem
has been JavaScript compatibility. The first thing I have come to that I
have been unable to find a workaround for is document.getElementById(). I
have been trying to get properties from different elements using this, but
it doesn't seem to be returning anything. I have been doing my testing using
a simple window.alert(); to display a property value, and everything works
as expected on my desktop, but Windows Mobile 6 is just displaying an empty
dialog box. Can somebody help me here? Thanks.