Re: javascript multidimensional arrays on Pocket IE - Do they work?

From: Dave Smithz (SPAM)
Date: 09/16/04


Date: Thu, 16 Sep 2004 23:13:25 +0100

Further to my last posting, some tedious experimentation has revealed that
the

object.insertAdjacentHTML("BeforeBegin",stringtoinsert);

is what is causing my the javascript on Pocket IE to stop executing.

In my case obect is the ID of a <p> element
e.g.
<p id="MARKER"> </p>

And then I have

MARKER.insertAdjacentHTML("BeforeBegin",stringtoinsert);

So is this command not supported or am I doing something wrong. If it is not
supported how can I insert HTML into my webpage on Pocket IE.

Regards

Dave



Relevant Pages

  • Re: javascript multidimensional arrays on Pocket IE - Do they work?
    ... is what is causing my the javascript on Pocket IE to stop executing. ...
    (microsoft.public.pocketpc)
  • Re: Javascript Limitations on Pocket IE
    ... And the iframe element is not supported by Pocket IE. ... > Part of the answer is to do the IE and PIE stuff separately. ... > use redirection in JavaScript but since you are using ASP you could ...
    (microsoft.public.pocketpc.developer)
  • Re: XMLDOM.loadXML and latest builds of Microsoft Mobile 2003
    ... Pocket Internet Explorer by default has the 'allow access' to objects and ... Pocket IE doesn't have the same configuration -- it is ... > to javascript XMLDOM object. ... > allow access objects configured for safe execution from ...
    (microsoft.public.pocketpc.developer)
  • Re: Setfocus in mobile controls
    ... Which version of Pocket PC are you testing on? ... WM2002) support different versions of javascript and different object ... WM2003 has improved support for XML/XSLT handling, ... >for setfocus but not in mobile web page. ...
    (microsoft.public.pocketpc)
  • Re: Javascript Support/Downloads?
    ... Pocket IE supports a subset of Javascript, ... server is checking the browser useragent string, ... Check the scripts server side for this case. ...
    (microsoft.public.pocketpc)