2

I have this iframe which link to another page

<iframe height="80%" width="100%" src="index.php" name="iframe_a"></iframe>

<p> .... Page .... </p>

How do I make the iframe reload when we click on refleshenter image description here button of the browser

Ninda
  • 539
  • 6
  • 14
  • 1
    you need to use `ajax` , i think – Jishnu V S Jan 25 '17 at 08:42
  • 1
    I don't believe it's possible to override the refresh button's behaviour at JS level. – Rory McCrossan Jan 25 '17 at 08:42
  • Take a look at this: http://stackoverflow.com/questions/25806608/how-to-detect-browser-back-button-event-cross-browser But I am with @RoryMcCrossan, I don't think that it's possible to prevent the default action of a browser button. – elementzero23 Jan 25 '17 at 08:44

0 Answers0