tecla de acceso para "establecer como página de inicio"

  • Borrow -A- Geek
  • Professor
  • Professor
  • Avatar de Usuario
  • Registrado: Dic 20, 2002
  • Mensajes: 775
  • Loc: Dallas/Ft Worth, Texas
  • Status: Offline

Nota Diciembre 29th, 2003, 1:40 pm

Desde que el trabajo de soporte técnico para un módem de cable isp, a menudo tendrá que decirle a los clientes cómo configurar su página web a http://charter.msn.com . las dos únicas maneras en que se sabe de arrastrar a la "e" icono a icono de la casa, o ir a Opciones de Internet y haga clic en el uso actual (mientras que en la página), pero me gustaría poder decirles a presionar las teclas Ctrl D o algo en ese sentido por la sencillez.

Alguien sabe de un atajo de teclado para hacer esto?
  • Anonymous
  • Bot
  • No Avatar
  • Registrado: 25 Feb 2008
  • Mensajes: ?
  • Loc: Ozzuland
  • Status: Online

Nota Diciembre 29th, 2003, 1:40 pm

  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • Avatar de Usuario
  • Registrado: May 28, 2003
  • Mensajes: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Nota Diciembre 29th, 2003, 7:23 pm

Im no sabe de ninguna, pero me enganchó este javascript desde aquí (la secuencia de comandos de Su que establece la página de inicio de la página principal del sitio - no la nota de su página actual - ya que su vínculo absoluto, debería ser capaz de hacer esto para cualquier página - la misma manera la gente sin escrúpulos no):
http://www.soapoperadigest.com/setup/

Tal vez el código fuente le dará algunas ideas:

Código: [ Select ]
<SCRIPT LANGUAGE="JavaScript">

<!-- Begin

if (document.all){
 document.write('<A HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.soapoperadigest.com\');">');
 document.write('<B><CENTER>Click This Link to Automatically <BR>Make Soap Opera Digest & Weekly Your Homepage</CENTER></B></a>');
}

else if (document.getElementById){
 document.write('<a href="http://www.soapoperadigest.com"><CENTER>Drag this link onto your <B>Home</B> button to automatically <BR>make Soap Opera Digest & Weekly your Home Page.</CENTER></a>');
}

else if (document.layers){
 document.write('<b><CENTER>Make Soap Opera Digest & Weekly your home page:</b><br>- Click below to go to our home page<br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.</CENTER>');
}

else {
 document.write('</CENTER><b>Make Soap Opera Digest & Weekly your home page:</b><br>- Click below to go to our home page<br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.</CENTER>');
}
// End -->

</script>
  1. <SCRIPT LANGUAGE="JavaScript">
  2. <!-- Begin
  3. if (document.all){
  4.  document.write('<A HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.soapoperadigest.com\');">');
  5.  document.write('<B><CENTER>Click This Link to Automatically <BR>Make Soap Opera Digest & Weekly Your Homepage</CENTER></B></a>');
  6. }
  7. else if (document.getElementById){
  8.  document.write('<a href="http://www.soapoperadigest.com"><CENTER>Drag this link onto your <B>Home</B> button to automatically <BR>make Soap Opera Digest & Weekly your Home Page.</CENTER></a>');
  9. }
  10. else if (document.layers){
  11.  document.write('<b><CENTER>Make Soap Opera Digest & Weekly your home page:</b><br>- Click below to go to our home page<br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.</CENTER>');
  12. }
  13. else {
  14.  document.write('</CENTER><b>Make Soap Opera Digest & Weekly your home page:</b><br>- Click below to go to our home page<br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.</CENTER>');
  15. }
  16. // End -->
  17. </script>


Mi primer pensamiento sería hacer una página HTML sencilla con este script incluido, pero cambiar la URL a la que desea establecer y les digo que haga clic en él.

En otras palabras:

Código: [ Select ]
<SCRIPT LANGUAGE="JavaScript">

<!-- Begin

if (document.all){
 document.write('<A HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://charter.msn.com\');">');
 document.write('<B><CENTER>Click This Link to Automatically <BR>Make CHARTER.MSN.COM Your Homepage</CENTER></B></a>');
}

else if (document.getElementById){
 document.write('<a href="http://charter.msn.com"><CENTER>Drag this link onto your <B>Home</B> button to automatically <BR>make CHARTER.MSN.COM your Home Page.</CENTER></a>');
}

else if (document.layers){
 document.write('<b><CENTER>Make CHARTER.MSN.COM your home page:</b><br>- Click below to go to our home page<br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.</CENTER>');
}

else {
 document.write('</CENTER><b>Make CHARTER.MSN.COM your home page:</b><br>- Click below to go to our home page<br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.</CENTER>');
}
// End -->

</script>
  1. <SCRIPT LANGUAGE="JavaScript">
  2. <!-- Begin
  3. if (document.all){
  4.  document.write('<A HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://charter.msn.com\');">');
  5.  document.write('<B><CENTER>Click This Link to Automatically <BR>Make CHARTER.MSN.COM Your Homepage</CENTER></B></a>');
  6. }
  7. else if (document.getElementById){
  8.  document.write('<a href="http://charter.msn.com"><CENTER>Drag this link onto your <B>Home</B> button to automatically <BR>make CHARTER.MSN.COM your Home Page.</CENTER></a>');
  9. }
  10. else if (document.layers){
  11.  document.write('<b><CENTER>Make CHARTER.MSN.COM your home page:</b><br>- Click below to go to our home page<br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.</CENTER>');
  12. }
  13. else {
  14.  document.write('</CENTER><b>Make CHARTER.MSN.COM your home page:</b><br>- Click below to go to our home page<br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.</CENTER>');
  15. }
  16. // End -->
  17. </script>


Eso es probablemente no es del todo perfecto, pero tal vez algo como eso.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.

Publicar Información

  • Total de mensajes en este tema: 2 mensajes
  • Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 241 invitados
  • No puede abrir nuevos temas en este Foro
  • No puede responder a temas en este Foro
  • No puede editar sus mensajes en este Foro
  • No puede borrar sus mensajes en este Foro
  • No puede enviar adjuntos en este Foro
 
 

© 2011 Unmelted, LLC. Ozzu® es una marca registrada de Unmelted, LLC