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 reflesh button of the browser
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 reflesh button of the browser