iframe pui.click parent
Posted: Fri Mar 18, 2022 6:45 am
Hi, my name is nick, i post for the first time because i have a problem.
I put in my program an iframe, where i call a program.
I would like tu use a button to update the child iframe program and then leave the program.
Actually i manage to update my iframe but my program doesn't leave onclick.
My JS looks like :
Any suggestion or idea ?
Thank you so much for your help.
Nick
I put in my program an iframe, where i call a program.
I would like tu use a button to update the child iframe program and then leave the program.
Actually i manage to update my iframe but my program doesn't leave onclick.
My JS looks like :
Code: Select all
getObj("IFrame1").firstChild.contentWindow.pui.click();
pui.click();
Thank you so much for your help.
Nick