Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programmatically Bookmark Link with Javascript Cross-Browser

Is there a script out there that solves this problem? I would like to be able to say "onclick, save as bookmark". I have searched around a bit and found this one, but it doesn't work with Safari.

Anyone have a solution for Safari?

like image 433
Lance Avatar asked Dec 13 '09 12:12

Lance


1 Answers

I'm afraid that you simply can't do this in every browser. Besides, if a user want's to bookmark your page he has the tools built into his browser ...

like image 66
Jan Hančič Avatar answered Sep 30 '22 16:09

Jan Hančič