Foros Club Delphi

Foros Club Delphi (https://www.clubdelphi.com/foros/index.php)
-   Internet (https://www.clubdelphi.com/foros/forumdisplay.php?f=3)
-   -   TWebbrowser y pantalla de internet explorer (https://www.clubdelphi.com/foros/showthread.php?t=57440)

madmai 15-06-2008 10:29:01

TWebbrowser y pantalla de internet explorer
 
Cuando no encuentra una pagina el twebbrowser aparece en pantalla la pagina de que se cancelo la navegacion a la pagina web de internet explorer hay alguna forma de mostrar un html creado por uno mismo y evitar esa pagina mostrada, gracias de antemano

cHackAll 20-06-2008 01:12:31

Debes modificar el contenido del recurso llamado "DNSERROR.HTM" del archivo multilenguaje %SystemRoot%\system32\ieframe.dll.mui el cual tendrá una apariencia parecida a la siguiente;

Código PHP:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<
html>

    <
head>
        <
link rel="stylesheet" type="text/css" href="ErrorPageTemplate.css" >

        <
meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <
title>Internet Explorer cannot display the webpage</title>

        <
script src="errorPageStrings.js" language="javascript" type="text/javascript">
        
</script>
        <script src="httpErrorPagesScripts.js" language="javascript" type="text/javascript">
        </script>
    </head>

    <body onLoad="javascript:initMoreInfo('infoBlockID');">

... 



La franja horaria es GMT +2. Ahora son las 22:46:12.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi