Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Create a bookmark and shortcut via a button click (javascript) in a webpage

  • 2 risposte
  • 1 ha questo problema
  • 9 visualizzazioni
  • Ultima risposta di jaskaran81

more options

I am developing a html webpage in which i'd like to have a button/link to create a shortcut on the user's desktop and add a bookmark. I have been trying to create a shortcut/bookmark via javascript but without success. Request for help Please.

I am developing a html webpage in which i'd like to have a button/link to create a shortcut on the user's desktop and add a bookmark. I have been trying to create a shortcut/bookmark via javascript but without success. Request for help Please.

Modificato da jaskaran81 il

Soluzione scelta

That is not possible via JavaScript. You can only instruct visitors to press Ctrl+D to bookmark your website.

Leggere questa risposta nel contesto 👍 2

Tutte le risposte (2)

more options

Soluzione scelta

That is not possible via JavaScript. You can only instruct visitors to press Ctrl+D to bookmark your website.

more options

Thank you for the help.