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