Hi,
I’ve got an iframe:
{ view:“iframe”, id:“SignatureFrame”, name:“SignatureFrame”, loading:true, height:“100”, src:“XML/Report/Signature.php”},
This iframe has a form in it, how can i submit that form with a button outside the iframe?
Tried stuff like this:
document.getElementById(“SignatureForm”).submit();
Thanks!