该法典在IE和E/2008/L方面运作,但并不在Pocket IE上流动窗口。 是否有任何人想我如何能够在点击Pocket IE的形象时引发事件?
<input type="image" src="img/speaker.png" onclick="alert( bla )">
我也曾尝试过审判。
<img src="img/speaker.png" onclick="alert( bla )"/>
要么没有工作。
该法典在IE和E/2008/L方面运作,但并不在Pocket IE上流动窗口。 是否有任何人想我如何能够在点击Pocket IE的形象时引发事件?
<input type="image" src="img/speaker.png" onclick="alert( bla )">
我也曾尝试过审判。
<img src="img/speaker.png" onclick="alert( bla )"/>
要么没有工作。
该装置有两台浏览器发动机:PocketIE(可在前查阅)和新的IE6发动机(开始列入WM 6.1)。
PIE火箭发动机支持Javascript DOM,特别是活动受到很大限制,尽管MS表示ECMA Javascript 1.1兼容。 例如,有NO键盘活动支持。 另见。
较新的IE6发动机更符合 windowIE6的窗口,并支持处理javascript的键盘活动。
如果你至少要有一个6.1个流动窗口,那么如果你没有6个电灯,那么你就应当寻找最新信息。 如果PocketIE发动机投入运行,你可以从一开始就对发动机进行区分,那么你很快就不会看到一种 mo子曲线。
如果你不了解你的装置的最新情况,你可以使用 like等替代浏览器。 关键。
~josef
I m experimenting with maps on different mobile platforms. Getting Google Maps to work on Android was easy, following this tutorial. Getting the same to work on Windows Mobile is a different matter. ...
I m developing a Windows Mobile application with C# and .NET Compact Framework. I want to fill a Bitmap with an image that it s smaller. To fill this new Bitmap I want to repeat the image ...
I m developing a Windows Mobile application that uses Bing Maps Web Service to show user s position on it. I think I have a problem if the user hasn t got internet service on his mobile, so I think I ...
I need to determine the version of Mobile Internet Explorer on a Windows Mobile 6.1 device. So that I can report the same user-agent string as is being used by Mobile Internet Explorer. The user-...
I need to develop a custom listview control (ie, i need two labels and a progress bar in each list item) . I am new to windows mobile so please help me with code samples.
I was seeing about Windows Mobile 5 SDK at Microsoft Download Center and I also see some requirements to run it: System Requirements Supported Operating Systems: Windows Server 2003 Service Pack 1; ...
Today my new HP iPAQ was delivered at my home, but now I want to know two things before I start any project: In which languages can I develop for it(Windows Mobile 5)? Where can I download this ...
I have as asp.net webserver that I hosted and I went to my mobile application I am building and made a web reference to it. So it finds it and stuff and now I can access the web methods because of ...