FF extension. how to show data extracted in a javascript function to the dropdown menu in the browse
Posted
by encryptor
on Stack Overflow
See other posts from Stack Overflow
or by encryptor
Published on 2010-04-27T09:08:04Z
Indexed on
2010/04/27
9:13 UTC
Read the original article
Hit count: 196
I am developing a ff extension. On one menupopup, the onpopupshowing calls a javascript function. Tha JS function extracts a list of names. Now these names have to be displayed in the same popup.
How can i get this? Basically i will need to pass the data (just as we use beans in java) to the browser from the JS function. The data can change everytime the popup is called.
© Stack Overflow or respective owner