Hi,
I'm developing a web application that will be run by IE in kiosk mode
(iexplore -k <myaddress>). The problem is that if for some reason <myaddress>
can not be reached IE displays the DNS error which tells the user to press
the refresh button. However, in Kiosk mode there is no refresh button!
How can I change the DNS error page to something more friendly with a link
to my site?
I have seen a couple of examples which involve hacking the resources of
shdoclc.dll to put my own page in there instead of the standard one, but
there must be a better way surely?!
Many Thanks
|