Cambiar Icono en la Pestaña del Navegador

Hola Amigos,

Como podria personalizar el icono de la Pesta?a del navegador, cuando ejecuto una aplicacion siempre aparece el de el producto ScriptCase y eso puede traer problemas legales de Derechos de Autor, por lo menos en mi pais Colombia.

Gracias

Re: Cambiar Icono en la Pesta?a del Navegador

Yo tengo el mismo problema, lo pudieron resolver

Re: Cambiar Icono en la Pesta?a del Navegador

in Sept 15 2011 Ishowd wrote :

I don’t know if i understood right but in the development environment, when you run the apps, the SC favicon will appear. When the apps are deployed, there is no SC favicon in the deployed apps.

If you want to put your own favicon.ico for the deployed apps,
Ex.: You can put the favicon in the menu app like this

onApplicationInit:

?>
<html>
<head>
<link rel=“shortcut icon” href="…/favicon.ico">
</head>
<?php

and simply drop the favicon.ico in the root folder where the apps are deployed.

Hope this helps.

Ustedes pueden crear un icono simplemente renombrando una imagen de 24x24 tipo .bmp con el nombre “favicon.ico” y usan esa imagen como icono.

Aquiles

gracias por la informacion