Is there a Javascript that can be used to write a hyperlink which will -when activated- open the Bookmark dialog in Firefox but then subsequently does not create a bookmark that opens in the Sidebar? I would like it to open the bookmark in the main browser viewport. I've looked all over the net and all I can seem to find is one that opens the bookmarked page in the Firefox Sidebar.
Any comment would be appreciated.
Thanks.
-
-
the All-in-one-Sidebar rite?
when u click on a Bookmark.. it opens in the main Browser window by default.
did u check the settings? -
All my bookmarks in firefox work just fine..
I'm creating a website and i would like to add a link that when you click on it, it adds my website to the bookmarks in Firefox. I have been able to do that but when i click on the bookmark it opens my website in a seperate sidebar. Not as a tab.
Here is the javascript i have been using:
Code:function favorieten() { if(window.sidebar) { window.sidebar.addPanel('Daily news channel','http://users.skynet.be/fa038941/Thomas/Websites/Daily_News_Channel/index.htm',""); } else { window.external.AddFavorite('http://users.skynet.be/fa038941/Thomas/Websites/Daily_News_Channel/index.htm', 'Daily News Channel'); } }
-
is this what you are looking for:
http://www.dynamicdrive.com/dynamicindex9/addbook.htm -
Take a look: My website
Click on the link above and click on "Voeg toe bij favorieten" (top right) in firefox. A bookmark will be created but when you click on that bookmark it will not open in a tab as usual but in a sidebar... -
Javascript to create non-sidebar bookmark in Firefox?
Discussion in 'Windows OS and Software' started by Thomas1989, Apr 25, 2008.