Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

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

  • 2 réponses
  • 1 a ce problème
  • 25 vues
  • Dernière réponse par 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.

Modifié le par jaskaran81

Solution choisie

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

Lire cette réponse dans son contexte 👍 2

Toutes les réponses (2)

more options

Solution choisie

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.