Also I am trying to a call a javascript function from inside an iframe where my html5 is located, I have added the extension and it looks like this:
function update_Balance()
{
window.parent.updateBalance();
}But it doesn't work. Thanks in advance, Regards.











