Change page result when there is no internet connection

Hi

I need change the page that is displayed when IE doesn't have internet connection.

I know that res://ieframe.dll/navcancl.htm is show when this happen, but i need to show a different html page.

I tried changing the registry value, but it does not work.

I NEED HELP

thanks



Answer this question

Change page result when there is no internet connection

  • mthomasq3

    Hi,

    Try a BHO or Toolbar that redirects to your custom error page on the onError event.

    Yes, Changing the about: protocol entry in the registry does not seem to work. I read that there is a 500kb file size thresshold size before a custom error page is downloaded, but I could never get it to work with the about: protocol. Oh check if there is a HKCR entry for about: in the registry (to lasy to check myself). There may be a way to tweak the protocol handler.

    Regards.



  • bingbangzoom

    Hi

    Before navigating to the website,you could check if there is an active connection using the IsNetworkAlive function. If it returns false you could then navigate to your own html page located locally or as BHO resource.

    Hope this helps.

    Ian



  • Jacco Mintjes

    Hello Thank you

    I have another question, how i can use this function in an asp page

    I don't work with asp and i don't know how

    Thank you


  • Change page result when there is no internet connection