|
Ajax
I tried to create a cross-browser AJAX application that can (also) run on my X30. It can now ... using Minimo. But I didn't get it to function using Microsoft Pocket Internet Explorer (Windows Mobile 2003).
There's a blog out there by someone at Microsoft swearing that you can use AJAX on Windows Mobile 2003. But mine wasn't processing xmlhttp requests any way that I tried them. (The established - Microsoft.XMLHTTP, Msxml2.Xmlhttp, XMLHttpRequest)
I even tried going through an array of possibilities:
["MSXML2.XMLHttp.6.0","MSXML2.XMLHttp.5.0","MSXML2. XMLHttp.4.0","MSXML2.XMLHttp.3.0","MSXML2.XMLHttp" ,"Microsoft.XMLHttp"]
Last edited by rogerfgay; 03-21-2007 at 11:21 AM.
|