> I have an Iframe that link to contents.html.. See my code :
> 
> contents.html  = 
> <html>
>   <body>
>     <div id="contents"></div>
>   </body>
> </html>
> 
> Application = 
>   myIframe.setSource("contents.html");
> 
> My question is :
> In qooxdoo, how to access the div ? I use 
> document.getElementById("contents"), but it return NULL..

I searched on "access iframe div javascript" and got various hits from
Google - the first was http://bytes.com/forum/thread563603.html which may
help you.

Hugh

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to