Hi, I need to reload an Iframe from another. I have a blank app with 2 iframes. I need to reload left iframe from the right one that have a Menu whith a grid and when the user click the image call to another blank that add or update the table tha use on the left. I tried a lot of code but doesn’t work. I can not use a dashboard because of the menu.
<iframe id="iframe_articu" src="../grid_pedarttemp/index.php" class="left" scrolling="auto" frameborder="0"></iframe>
<iframe id="iframe_selec" src="../menu_categ/index.php" class="right" scrolling="auto" frameborder="0"></iframe>
Thks.