I just want to ask how can I refresh a specific php script inside an iframe. I don’t want to refresh the whole iframe because it’ll jump into the iframe src, but I want to refresh the script I am currently on to see the changes I applied. Everytime I tried to reload the iframe, it always jumps to the iframe src. How can I achieve this? Thanks!
Share
iFrame is justs a window that add other page.
Try adding this in the page you want to refresh
In this Exemple you will need to add that line at the botton of your code in the file linkToRefresh.php