↧
Answer by Volker E. for Add to browser favorites/bookmarks from JavaScript...
My approach with help of jQuery.Tested in IE 6-8, Fx 1-25, Opera 7-14. Degrades gracefully in Chrome, Saf.CSS:.no-js .link-bookmark { display: none;}JS:/* ... Bookmark current page ... */var $favLink =...
View ArticleAnswer by Tony K for Add to browser favorites/bookmarks from JavaScript but...
I couldnt get the above example to work. Anyway the answer to the original question 'its not working in CHROME and i don't get my error msg saying "not supported" either..' is due to the lineelse if...
View ArticleAnswer by RET for Add to browser favorites/bookmarks from JavaScript but for...
After discovering - like Edison! - a bunch of ways this doesn't work, I eventually came across this page that says adding bookmarks via JS is explicitly disabled in Chrome. Unfortunately it does not...
View ArticleAnswer by TunaFFish for Add to browser favorites/bookmarks from JavaScript...
I just tested this script in:WinIE 6.0, IE 7.0, IE 8.0 Firefox 2.0, Firefox 3.6.3 Safari 3.1.2, Safari 3.2.3 Opera 9.00 Google Chrome 8.0MacFirefox 3.6.13Safari 5.0.1Opera 11.0Google Chrome 8.0/**...
View ArticleAnswer by Arlo Carreon for Add to browser favorites/bookmarks from JavaScript...
You can always alert the client to press ctr+D. This is universal across all browsers. It's tacky, but just as useful to the client.CTRL + D -- for WindowsCMD + D -- for Mac
View ArticleAnswer by Christoph for Add to browser favorites/bookmarks from JavaScript...
Sorry, but there's no cross-browser way to do this. Your FF example is broken as well: It won't create a regular bookmark, but a bookmark set to be opened in the sidebar. You'd have to use the...
View ArticleAdd to browser favorites/bookmarks from JavaScript but for all browsers (mine...
Can anyone help, I am using the following for adding a bookmark to IE and Firefox but its not working in Chrome and I don't get my error msg saying "not supported" either..Anybody know of a good script...
View Article
More Pages to Explore .....