hi, how to export xul's js object to browser control's html context?
Tang Daogang <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
hi, man, In xul, we can embed <script></script> to execute js code to control xul UI, and I define some objects, want to let them accessable in html page in one browser control, how should I do? Thank you!