Redirect to ASP iFrame page

  • Thread starter Thread starter steph_mw
  • Start date Start date
S

steph_mw

I have an ASP page that has an aspx page within an iFram on this asp
page. Once the user has filled in the form (within the aspx page) I
need to redirect the user back to the orginating page (an asp page)
within the iframe.

Can anyone help me with this.

TIA
 
Hi,

If you use response.redirect inside a iframe the page you
navigate to will still be in the frame.

Ken
 
Back
Top