<p>reload parent window from within an iframe</p>
<p>parent.location.reload();<br />
parent.location.href=parent.location.href<br />
window.parent.location.href = "Create?Param=value";<br />
window.parent.location.href = "http://www.seocn.info";</p>