Simple XPConnect Scriptable Sample Plug-in

This sample plug-in demonstrates how to write a XPConnect-enabled plug-in. You should see in the plug-in rectangle below with the text "Hello World". The text box and buttons demostrate calling the scriptable xpcom interfaces of the plugin from JavaScript.







There are 2 plugin to js callback tests here.
Both do the exact same thing, however one is called in response to a button click whereas the second is called in response to an href click.
Callback test 1 works, Callback test 2 causes a hang in mozilla.
The hang is caused by an automonitor lock.

That should cause an alert to appear.
Callback test 2 Click there and mozilla hangs.



Problems?