On 15 Aug 2006 14:38:32 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
plugin.message = "hello2"; // DOES NOT WORK
plugin.setAttribute("message", "hello3"); DOES NOT WORK
The correct syntax for setting a JS property is plugin.message = "hello3"; Hope this helps, Mike _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
