On Nov 12, 10:47 pm, sbonar <[EMAIL PROTECTED]> wrote:
> In looking into this further, I'm not sure it's an iframe issue, but a
> appendChild() issue. Essentially, the "doc" I'm trying to grab is
> added somewhere else with an appendChild() call. Does appendChild()
> work correctly with Mobile Safari?
According to the Mozilla docs, <http://developer.mozilla.org/en/docs/
DOM:window.frames> is an array-like object which need not have a
myframe_... property.
Try iterating it and checking the object's name or id to make sure you
have the right one.
- ∞
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---