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

Reply via email to