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
1 answer

Excel vba insert before bookmark does not give expected word order

I'm using the code below to open a new Word document and add a bookmark. I'm trying to insert multiple words a the bookmark 'MyBookmark' to form the sentence: "Once upon a time..." I was expecting that by using InsertBefore the word would be…
MatAff
  • 1,250
  • 14
  • 26
0
votes
1 answer

C# docx bookmarks loop

I want to iterate through all bookmarks inside document and set text to each bookmark.Name from datagridview cells values which is already loaded. I'm stuck here in this loop. Please, any suggestions? using (Novacode.DocX document =…
dilesko
  • 21
  • 7
0
votes
2 answers

Word 2013 VBA IF-THEN-ELSE ... If statement not working

I'm trying to create a form where a user can tick a box and paragraphs of text are displayed I've used the code below, however when I click out of design mode the text disappears (as expected) but when I click the check box it doesn't…
0
votes
0 answers

How to get data from datagridview to dotx/docx by bookmarks in the doc file?

i am coding a program to print data from SQL database . this DOC files i add them bookmarks in values data . so now i have to get this data from my datagridview into the DOC file. i tried this code : in this code i just have 5 values . i add…
Nouri Yacine
  • 63
  • 13
0
votes
1 answer

Create a bookmarklet that can retrieve all max length of text box and then print the id and max length in a table

I want to create a bookmarklet by using javascript, which can retrieve max length of all text box in the page, and then print a table below the page with all id and max length indicated. Here is my code, however it did not print…
0
votes
2 answers

Programmatically bookmark pages in bookmark toolbar using firefox extension

I'm trying to make a firefox extension that bookmarks the current page and adds an entry in the bookmarks toolbar. Using the example in the documentation found here I was only able to only bookmark a link but not make it appear in the bookmarks…
conectionist
  • 2,694
  • 6
  • 28
  • 50
0
votes
0 answers

Bookmark menu with UITableview Thread 1 : signal SIGABRT error

I have the following problem. I created a fully functional browser, but when I use the "add bookmark function" or the "show bookmark function", I get always a Thread1: signal SIGABRT error. I tried everything since 8 hours and I can't find the…
J. Scott
  • 27
  • 7
0
votes
1 answer

UITableView: click on cells and open the link in cells with UIWebView

I have a UIWebView with a Bookmark button. The bookmarks are saved within a UITableView. The name of the cell is the link of the bookmark. Now I want to click the cells and then the url of the bookmark should loud in my webview. But it does not…
J. Scott
  • 27
  • 7
0
votes
1 answer

PDF Bookmarks in Chrome and IE

I am wondering if anyone can help me with an issue I am having with Chrome and IE. I have a PDF document which has bookmarks on it. I have uploaded the PDF and I have linked a piece of text to this document - Something like "click here to read this…
0
votes
2 answers

How to get Bookmarks toolbar information in JavaScript code?

Is there any option for getting Bookmarks toolabr information from javascript code, i.e. Can we get information what are bookmarkleted in the Bookmarks toolbar [url, text etc.]?
Amitku
  • 4,664
  • 2
  • 16
  • 17
0
votes
1 answer

How to retrieve User-Added (Apps & Bookmarks) for an Authenticated User through an OKTA API Call?

We have included list of all applications assigned to a User - as an applications ribbon - in a webpart in sharepoint. We have used this API call to retrieve the applications: https://alignedenergy.okta.com/api/v1/users/[user@domain]/appLinks It…
0
votes
1 answer

How to get current url in android browsers (API23)

I know that current version of API removed this functionality for reading bookmark history, before that I used to use attached function to access current URL, but unfortunately it does not work anymore, do you have any ideas how to achieve this…
Sparks Sh
  • 109
  • 1
  • 12
0
votes
1 answer

Cannot find bookmarks from OpenXML appended document

using the following code snippet I open a document template (DOTX) and then append another document. Both have bookmarks. Dim m_word As WordprocessingDocument = = WordprocessingDocument.Open("FrontPage.dotx", True) Dim altChunkId As String =…
nivs1978
  • 1,126
  • 14
  • 20
0
votes
1 answer

how to use very old iText(under 0.99) to create bookmarks / outlines?

may I know how to use old iText(very old version under 0.99, package path = com.lowagie.xxx) to create bookmarks to jump in the internal pdf pls? like the api in new iText jar: PdfOutline outoline2 =…
0
votes
1 answer

Why did my favicon stop working when the code hasn't been changed?

A couple weeks ago I noticed that the favicon stopped loading for my website: http://makingspidersense.com/Schubert/ I haven't changed the code for that section and the png file still exists on the server. It appears that all the tags are properly…
MSS
  • 33
  • 6