Quote:
Originally Posted by aldebarande Hi All,
With BlackBerry browser I'm unable to call function or variables from another frame with the code: top.frames["MyFrame"].MyVariable
I tried "document" instead of "top", no way
Is there another syntax to call in another frame or is it simply not supported ?
Thanks, |
In fact it doesn't work with frame name but with frame index.
Also use the window object.
window.top.frames[0].MyVariable works fine