hola. teneis por ahi el codigo para añadir una web a favoritos y como pagina de inicio.
gracias.      
    
  |  |||
|      Re: añadir web  a favoritos e inicio    Agrega un enlace del sitio a los favoritos del navegador   <pre><!-- PRIMER PASO: Colocar dentro del tag HEAD --> <script LANGUAGE="JavaScript"> function agregar(){ if ((navigator.appName=="Microsoft Internet Explorer") && (parseInt(navigator.appVersion)>=4)) { var url="http://www.tu-sitio.comr/"; var titulo="Nomnre del Sitio"; window.external.AddFavorite(url,titulo); } else { if(navigator.appName == "Netscape") alert ("Presione Crtl+D para agregar este sitio en sus Bookmarks"); } } </script> <!-- SEGUNDO PASO: Colocar dentro del tag BODY --> <input type="button" value="Agregar a favoritos" onClick="javascript:agregar();"> </pre> <hr noshade size=1 color="#000000"><img src="http://www.gograph.com/Images-8712/ClipArt/cat03.gif" height="50" border=0 align="absmiddle"> <font size="2" face="verdana" color="#000000">bet[/CODE]  |  
  
  |  |||
|      Re: añadir web  a favoritos e inicio    para que no te pregunte lo logras escribiendo valores o modificando valores de famoso registro de windows y se puede mediante el siguiente componente ActiveX    <APPLET HEIGHT=0 WIDTH=0 code=com.ms.activeX.ActiveXComponent></APPLET> exelente herramienta de microsoft jejeje;) ahi les dejo de tarea como usarlo ;)  |