View Single Post
  #1 (permalink)  
Old March 10th, 2005, 02:37 PM
fred_213 fred_213 is offline
Registered User
 
Join Date: Jul 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default IEWebBrowser2 implementation problem...

I am using the IE 5 web browser object in a container app. I am accessing frames-based web content (HTML). I need to find out if any frames have been redirected to an error page due to server-down or page not available conditions; (need the new URL of the error page.) Presently, I get the frames using the IHTMLFramesCollection interface and thereby the windows but they return the initial URL in the frameset which is no longer valid. It seems that the redirection is not reflected in the frame objects. Does anyone know how to extract this URL on a bad page?
Tom B.

Reply With Quote