Hi!
Subject: Re: How can I include a target="_blank" in bookmarks.html?
> Use a bit of JavaScript as the location of the bookmark:
>
> javascript:void(window.open("http://www.whatever.com/","winNewOne"))
>
>
That does not seem to work for me. Since every change I make to the
bookmarks has to be done in the Bookmarks Manager (otherwise they will not
be remebered), I entered
javascript:void(window.open("file:///F:/Eigene%20Dateien/net/blankPage/linkp
age.htm","winNewOne"))
as the value for "location", but when I click on this link in the link-bar,
nothing happens, and Mozilla shows
Read
javascript:void(window.open("file:///F:/Eigene%20Dateien/net/blankPage/linkp
age.htm","winNewOne"))
in the status bar.