Tagged Questions

5
votes
3answers
506 views

Programmatically Launch IE Mobile Favorites screen

Is there any way to launch IEMobile's Favorites screen directly by specifying any command line parameter?
2
votes
1answer
655 views

IE Mobile: Can't connect due to error 0x80072f7c

We launched a website for mobile browsers, m.cozi.com, at the end of last year. We chose to provide a lowest-common denominator experience with static HTML and CSS, no JavaScript. It works well for ...
1
vote
1answer
384 views

HTML Control in Windows Mobile 6.1 Professional

I have an application which hosts the WebBrowser control; it runs fine on WM5 and WM6. On my WM6.1 Professional device, I seem to not be able to control HTML elements with CSS. A page rendered in ...
1
vote
3answers
904 views

How to Add options to <SELECT>, in IE Windows Mobile 5

Trying to programmatically add options to a SELECT drop down in IE Windows Mobile. Because this is IE Windows Mobile 5, most solutions involving getElementID do not function, so I have had to resort ...
1
vote
2answers
2k views

Access parent's DOM from script in an iframe in IE Mobile

I have a framed window (currently iframe but may possibly be frame) - I do not have control over this. I would like to detect if my content is inside an iframe (or frame). I wanted to compare ...
1
vote
2answers
1k views

How do I retrieve IPIEHTMLDocument2 interface on IE Mobile

I wrote an Active X plugin for IE7 which implements IObjectWithSite besides some other necessary interfaces (note no IOleClient). This interface is queried and called by IE7. During the SetSite() call ...
1
vote
1answer
707 views

Can I capture Windows Mobile PIE keyboard events?

Anyone know of a way to capture keyboard events (keyup / keydown) in Portable IE under Window mobile? I noticed that key events are not supported in JS, and would like to come up with a solution that ...
0
votes
1answer
121 views

Is Internet Explorer 6 mobile upgradable on Windows Mobile 6.5 platform?

I have to support Windows Mobile 6.5, and it comes with Internet Explorer Mobile 6. I did some research and found that Internet Explorer Mobile 6 is essentially Internet Explorer 6 (IE Mobile 6 ...