搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 2 个回答
  • 1 人有此问题
  • 9 次查看
  • 最后回复者为 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.

由jaskaran81于修改

被采纳的解决方案

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

定位到答案原位置 👍 2

所有回复 (2)

more options

选择的解决方案

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.