Try contentWindow instead of contentDocument
--
Zach Carter
http://zach.carter.name



On Sun, Mar 8, 2009 at 10:39 AM, joe ertaba <[email protected]> wrote:
> Hi
>
> I use Browser element to show a local html file
>
> my html file
> ...
> <script type="text/javascript">
> var ad = "fff";
> </script>
> ....
>
>
> <browser type="content" id="Br" src="...." flex="1"/>
>
>
> Now I want to call a variable ('ad') in html
>
> It should be something like this:
>
> document.getElementById("Br).contentDocument.da;
>
> But it doesn't work, can anybody help?
> Joe
>
> _______________________________________________
> Project_owners mailing list
> [email protected]
> https://www.mozdev.org/mailman/listinfo/project_owners
>
>
_______________________________________________
Project_owners mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/project_owners

Reply via email to