View Single Post
  #5 (permalink)  
Old Jan 25th, 2008, 01:52
cosmicbdog cosmicbdog is offline
Up'n'Coming Member
Join Date: May 2007
Location: northern nsw, au
Age: 27
Posts: 76
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote