|
Re: Refresh iFrame once this process has completed...
Problem solved with
- Code: Select all
<script type="text/javascript">
window.parent.lister.location.reload()
</script>
'lister' being the id of the iframe I was wanting to reload.
Last edited by cosmicbdog; Jan 25th, 2008 at 01:53.
Reason: minor improwvement
|