From Microsoft web site, it says that I can change the regitry and redirect the default web browser control pages. For example, when an error occurs, IE will show "page cannot be displayed", instead, I want to redirect to another page. I tried to change the registries and they are changed after reboot, but still show the same "page cannot be displayed". How to change or redirect IE defualt error pages? I'm testing under AGX 4.20.06 build Thanks.
Here is the registry I changed in adsload.reg: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AboutURLs] "NavigationFailure"="\FlashFX Disk\myErr.html" "DesktopItemNavigationFailure"="\FlashFX Disk\myErr.html" "NavigationCanceled"="\FlashFX Disk\myErr.html" "OfflineInformation"="\FlashFX Disk\myErr.html" "blank"="\FlashFX Disk\myErr.html" "repost"="\FlashFX Disk\myErr.html" "PostNotCanceled"="\FlashFX Disk\myErr.html" I also checked with "regedit" and all of these values are there.