Re: javascript multidimensional arrays on Pocket IE - Do they work?
From: Dave Smithz (SPAM)
Date: 09/16/04
- Next message: Tim Johnson: "Foreign language Unicode strings in controls"
- Previous message: Maarten Struys, eMVP: "Re: managed vs native"
- In reply to: Dave Smithz: "javascript multidimensional arrays on Pocket IE - Do they work?"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Tim Johnson: "Foreign language Unicode strings in controls"
- Previous message: Maarten Struys, eMVP: "Re: managed vs native"
- In reply to: Dave Smithz: "javascript multidimensional arrays on Pocket IE - Do they work?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|