I am loading a page to change passwords within an iframe. Outside the iframe it does work well, but when I change the password from within the iframe it returns a blank page. How can I rectify the problem?
//iframe
<div class="tabber">
<div class="tabbertab">
<h2>Eguard</h2>
<iframe src="eguard.php" width="100%" height="400">
</iframe>