Questions tagged [bookmarks]

Bookmarks are a browser storage facility for URLs. Use this tag only for programming-related questions about bookmarks. Questions about using a browser are off-topic on Stack Overflow.

Bookmarks can be used to store URLs to all browser supported URI schemes. Here are the most common:

  • http:
  • https:
  • file:
  • ftp:
  • javascript: (bookmarklets)
  • about:

Here are some browser specific URI schemes:

  • chrome: (Google Chrome)
  • resource: (Mozilla Firefox)
  • jar: (Mozilla Firefox)
1114 questions
0
votes
2 answers

Add a bookmark containing JavaScript, not a URL

I want to have a bookmark on my browser (Firefox 3 or Chrome preferably) that is only a snippet of JavaScript code. It would construct a URL based on the current date and then do a window.location =  on that URL. I know that I could make a page and…
0
votes
1 answer

Searching bookmarks in Firefox hides the path in bookmark folder structure

By using the Search field one can find bookmarks in Firefox. Is there any way how to locate the found item in the hierarchical bookmark folder structure? The usual scenario where I need such capability is when I want to add a new bookmark to the…
veeco
  • 47
  • 6
0
votes
0 answers

iTextSharp retain named destinations and bookmarks after writing a new document

I have a method that fixes my document so it opens on Page Level Zoom, the bookmarks are retained but I can't seem to keep my named destinations (anchors) in my new document. I commented in my method what I thought would fix the problem, I used the…
0
votes
1 answer

How to update Android browser history and bookmarks through code?

I'm using this update bookmarks, but this doesn't update history. How do I manage to do that? ContentValues values=new ContentValues(); values.put(Browser.BookmarkColumns.TITLE, "My BookMark"); values.put(Browser.BookmarkColumns.URL,…
IamH1kc
  • 6,602
  • 4
  • 19
  • 17
0
votes
1 answer

Make browser bookmark my link?

I have a vaadin button. When I click that button I want my browser (firefox) to bookmark a link, lets say www.google.com. I didn't find much help online. I found an navigator addon but it doesn't show how to bookmark.…
Kevvvvyp
  • 1,704
  • 2
  • 18
  • 38
0
votes
0 answers

Javascript bookmark, find check boxes by value

I have a lengthy script that has broken in a recent OS update. The bookmark script, when run throws a pop up window that you can enter order numbers in to. It searches for those orders, checks the boxes applicable, bolds them, and then displays a…
0
votes
1 answer

Liferay 6.1.2 How to give persmission for bookmark entry

I am creating a portlet to grep all url which has been accessed and creating bookmark entry for that and having no issue in that. But while giving permission to some specific role and team, I am getting the problem. Can anyone help me how can we set…
0
votes
1 answer

User Inputted Text Fields

So what I am trying to do is when my team and I are in our salesforce program, I want the ability to click on a "Marklet" (javascript within a bookmark) that will automatically scan the source code of the page, find the "CID" section and grab…
0
votes
2 answers

how to add bookmark in crossrider extension?

Hello i am developing extension on crossrider. i've created a button this '' and…
Jaiff
  • 497
  • 2
  • 5
  • 17
0
votes
1 answer

Have a popup window appear as a mouse over that references a bookmark in a Tikiwiki

I am working on a Tikiwiki for work and am trying to find a way that makes a popup box appear when mousing over certain words but I want the info inside the box to be referencing a bookmark so that the info is always up to date.
Macauley
  • 379
  • 2
  • 6
  • 17
0
votes
1 answer

word automation late binding Replace Bookmark returns TargetinvocationException 'The range cannot be deleted'

At the moment I'm working with Word.dotx files that hold several bookmarks which are being altered by a c# program. For a Rebranding project I need to add several new bookmark fields and my predecessor code does reference to the Text Form Field…
Schuere
  • 1,579
  • 19
  • 33
0
votes
1 answer

Nested Bookmarks in PDF

I use the HTML to PDF converter from EVO to create a PDF document and I use the following code to generate bookmarks for H tags: // Create a HTML to PDF converter object with default settings HtmlToPdfConverter htmlToPdfConverter = new…
0
votes
3 answers

Firefox Bookmarks add_date

One question to firefox exported bookmarks. How to read this date: ADD_DATE="1375088003"? I think it is date when user add new website to bookmarks but how to read this all string? Where is year, day and month?
Peeter
  • 199
  • 2
  • 22
0
votes
1 answer

Open Applescript Application from Safari Bookmark

I was wondering if it was possible to open an Applescript application from a bookmark on Safari. The applescript opens a new tab, with a url, and types in some keystrokes, and I have the app on my Desktop. Possibly the "Open File" or file:///…
0
votes
1 answer

Href link with OnClick event

i am having a link like below where on click of that twitter , i need to open the twitter page with the message given in $markme_ddesc but instead when i click on the link , it simply moves to twitter.com without opening in a new window and…
useranon
  • 29,318
  • 31
  • 98
  • 146