Hi,

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..


      
-------------------------------------------------------------------------
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