Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7773459
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T17:08:19+00:00 2026-06-01T17:08:19+00:00

I’m making a html file thats going to run locally in case it matters.

  • 0

I’m making a html file thats going to run locally in case it matters. It only needs to run on IE9 but it would be nice if it works in other browsers. I need to get the user’s most visited sites so I can display them kind of like the default new tab page in IE9. Also it would be nice if I could get the recent history as well. Are these possible or do I have to use a plug-in?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T17:08:21+00:00Added an answer on June 1, 2026 at 5:08 pm

    Although you can’t get the “most visited” but you can get those that have been visited.

    The procedure is that you need to prepare a long list of domains. Then in your page, load an iframe that will put these links on the DOM. The iframe is needed so that you can load the page without any style at all, away from your main page. That way we can see the default link colors which we will use.

    now you have a blank document in an iframe with a bunch of links, what’s next? you let JavaScript iterate through the links, check if they are blue or purple, catch my drift? It means that if that link’s color is blue, it has not been visited. If it’s purple, then it’s visited. and since your iframe and the parent page are of the same domain, the parent can get the “statistics” in the iframe.

    the disadvantages of this method are:

    1. If the user changes the default colors of visited and non-visited links in the browser itself. You are hard-coding the color. if it changes for that user, you can’t get any good stats.

    2. You are limited to your list of links. Although you can add.

    3. It exhausts the DOM. say you have 1000 urls to check, you’d have to append 1000 <a> tags to a blank <iframe> and let JavaScript walk through all of them.

    4. Exact links. If you read news in yahoo.com/news/etc...., it’s not the same as yahoo.com thus it won’t be picked up. Ideally, you only need to list top level domains.

    5. You don’t get “times visited”. You only know what domains were visited, but not how frequently. However, what you can do is when in your “New Tab Page”, you can store in a cookie what links the user clicks. Example if you have google.com in your “New Tab Page”, if the user clicks on it, increment a count for Google in the cookie and then go to google. the next time your “New Tab Page” loads, read that cookie and continue the count.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
I want use html5's new tag to play a wav file (currently only supported
I would like to run a str_replace or preg_replace which looks for certain words
I have just tried to save a simple *.rtf file with some websites and
I want to count how many characters a certain string has in PHP, but
I would like to count the length of a string with PHP. The string
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I have this code to decode numeric html entities to the UTF8 equivalent character.
I have a French site that I want to parse, but am running into
In my XML file chapters tag has more chapter tag.i need to display chapters

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.