Ver Mensaje Individual
  #5 (permalink)  
Antiguo 06/12/2009, 20:51
Avatar de urgido
urgido
 
Fecha de Ingreso: febrero-2005
Mensajes: 2.351
Antigüedad: 19 años, 1 mes
Puntos: 25
Respuesta: mi web pagina de inicio

entre tus tags <head>y </head>

coloca lo siguiente:

Código HTML:
Ver original
  1. <script type="text/javascript">
  2.  
  3. /***********************************************
  4. * Bookmark site script- © Dynamic Drive DHTML code library ([url]www.dynamicdrive.com[/url])
  5. * This notice MUST stay intact for legal use
  6. * Visit Dynamic Drive at [url]http://www.dynamicdrive.com/[/url] for full source code
  7. ***********************************************/
  8.  
  9. /* Modified to support Opera */
  10. function bookmarksite(title,url){
  11. if (window.sidebar) // firefox
  12.     window.sidebar.addPanel(title, url, "");
  13. else if(window.opera && window.print){ // opera
  14.     var elem = document.createElement('a');
  15.     elem.setAttribute('href',url);
  16.     elem.setAttribute('title',title);
  17.     elem.setAttribute('rel','sidebar');
  18.     elem.click();
  19. }
  20. else if(document.all)// ie
  21.     window.external.AddFavorite(url, title);
  22. }
luego ya pones un enlace <a href="javascript:bookmarksite('Mi sitio', 'http://www.dominio.com')">Agregar a Facoritos</a>



PARA FIJAR LA PAGINA COMO DE INICIO SOLO EN IE funciona así:

<a href="#" onClick="this.style.behavior='url(#default#homepag e)';this.setHomePage('http://dominio.com');">Poner como página de inicio</a>
__________________
Hospedaje Web al mejor costo!