Quote from
fkapnist on February 2, 2019, 7:16 pm
Quote from
luishp on February 1, 2019, 9:53 am
Try this:
BeginJS
window.parent.document.formA.T1.value='OK';
window.parent.document.body.style.backgroundColor = 'red';
EndJS
Let me know if this works for you.
window . parent is the correct syntax. I can focus the parent document from the iframe with window . parent . focus ( ) ;
but the functions won't work. Maybe this is something with the Chrome browser or cross-domain blocking, although I am testing from my local drive.
Quote from
luishp on February 1, 2019, 9:53 am
Try this:
BeginJS
window.parent.document.formA.T1.value='OK';
window.parent.document.body.style.backgroundColor = 'red';
EndJS
Let me know if this works for you.
window . parent is the correct syntax. I can focus the parent document from the iframe with window . parent . focus ( ) ;
but the functions won't work. Maybe this is something with the Chrome browser or cross-domain blocking, although I am testing from my local drive.