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

Automate adding bookmarks to tables and then create an index

I have a program which outputs a collection of tables in a word document which I eventually want to post as an html file with bookmarks and an index. The tables are grouped by "Name:" where there is a 3 row table that contains detailed header…
MikeV
  • 1
0
votes
1 answer

i have 40 bookmarks that i open daily is there a way to scrape just the updates and send via sms or email?

These bookmarks are search queries. I know this is pretty broad, and new to this idea. I just don't feel paying a few hundred dollars a month is feasible or rational. I have no problem getting hosting, etc.
0
votes
1 answer

Add Bookmarks to PDF using iTextSharp

I have a big PDF file and want to copy some pages into a new PDF file using iTextSharp. This works fine with the following code. Dim sourceFullFilePathAndName As String = "src.pdf" Dim outputFullFilePathAndName As String = "cpy.pdf" Dim pageFirst…
afj
  • 179
  • 1
  • 5
  • 13
0
votes
0 answers

strange behavior in event page: TypeError

I try to do this in an event page. // When the browser action is clicked, call the // getBm function. chrome.browserAction.onClicked.addListener(getBm); function getBm () { var url = 'test.html'; dumpBookmarks(); chrome.tabs.create({…
John Eipe
  • 10,922
  • 24
  • 72
  • 114
0
votes
1 answer

Bookmark Links not working with jquery mobile

Jquery-Mobile is interfering with my same page (Bookmark) links. To fix this, I'm attempting to disable ajax calls for hyperlinks on pages within a given site. I have successfully disabled ajax for the normal links on the page, but bookmarked links…
itrickski
  • 129
  • 3
  • 15
0
votes
0 answers

How does a PDF bookmark work?

How does a PDF document remember (bookmark) the last location / page which was accessed ? A PDF document is able to remember the last read / accessed location even after the system has been shutdown and re-booted. Only if copied or moved to a new…
0
votes
0 answers

Youtube doesn't change browser's history on android devices

I am making an app that needs to know what URL is the user visiting in the default browser. To do this i get the last visited URL in the browser's history, but for youtube there is a problem, that is when you are already on youtube and open a video…
0
votes
1 answer

How to detect a Url is BookMark Format

Help i want open url in new window ,bookmarkformt url open in current Webbrowser i have a simple way to detect bookmark format url file:///D:/Administrator/Desktop/123.htm#222 which contain .htm# or .htm# this is correct bookmark format url //…
user3765049
  • 1
  • 1
  • 3
0
votes
1 answer

Rewriting Bookmarks in Word Using VB.NET

Right now I have a Word Document with the following text: FullName Position Address Each line is made as a separate bookmark. The bookmark name for each line is the same as the word (the bookmark for FullName is FullName). When I iterate through…
user3394463
  • 1
  • 1
  • 2
0
votes
1 answer

Redirect a bookmarked page to login page

I've a login page and some pages managed with session after login. If a user bookmarks a page after logging in, and tries to access the same bookmark later, I want that page to be redirected to login page again to enable secure access. How can this…
Sam
  • 335
  • 1
  • 6
  • 13
0
votes
1 answer

Add Bookmarks in Word 2007 using Mail Merge or VBA

I would like to find a way to create 400+ bookmarks in a word document through mail merge or by some process with VBA. I've created a word document with several mail merge fields that create individual pages for U.S. States with some summary…
user3242245
  • 81
  • 3
  • 12
0
votes
0 answers

Making a smart sumbit button

So, I want my submit button to remember the checkbox input given to it. The idea is: you check different websites and all the checked websites open on submit. The final result should be a "bookmarkable" submit button. The code below works fine but…
Wijnand M
  • 372
  • 1
  • 3
  • 12
0
votes
1 answer

How to go back to application from a bookmark icon at homescreen in ios?

friends i am working on a iphone app which takes name and image and then shows it in safari. now user can bookmarks it. it will become a home screen icon. Now i want that if user taps on that icon my Native app should be open. but i am not finding…
Mohit Tomar
  • 5,173
  • 2
  • 33
  • 40
0
votes
1 answer

Can range be used to get text from hyperlinked bookmark from a supplemental document in Word 2010 VBA?

I'm having trouble with getting text from a bookmark in a hyperlink. Can I get the contents of the bookmark range from an alternate document (since it's defined by bookmark), or do I have to jump back and forth between docs to copy the contents? I…
0
votes
1 answer

Bookmark Macro in Excel VBA

I am fairly new to VBA so I was wondering if somebody can give a helping hand on something that I have been working on. It is a fairly simple concept and I believe that most of it is done apart from one functionality I can't seem to get to work. So…