javascript - How to call a function inside chrome/plug-in from html page? -


I am developing a Firefox plug-in. In it, I am using the sidebar and I'm coming with source material from an HTML page within an iframe element.

Now, I want to call a JavaScript function that is inside the 'Chrome' (i.e. inside the plug-in by an onClick () event on the HTML page loaded in the sidebar.

Is it possible? Please help me in this.

Its main purpose is to highlight the context in the main browser window that is loaded in the sidebar of the HTML page.

Thanks. / P>


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -