Jump to content

Reloading Outer Page/browser From Within Iframe?


Guest Paulk

Recommended Posts

Hi;I've inherited an app that among other things, uploads files to the server. When the user clicks the "Save" button, it targets an invisible iframe and actions the upload script -- that is:

<form action="doupload.php" method="post" enctype="multipart/form-data" name="doupload"  target="doupload_iframe_target">

The outer, top level window has the icons for the files uploaded so far, and the total number.The upload works fine, but the icons & total count don't get updated in the outer window unless I manually click refresh on the browser.Is there some clever way to accomplish this in php? I suppose I could use javascript, but I'm not sure how to get the outer window to refresh from the iframe. Thanks for any tips.Paul

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...