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

  • SEARCH
  • Home
  • 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 8528543
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T08:49:27+00:00 2026-06-11T08:49:27+00:00

I recently developed a script to highlight text in a web page based on

  • 0

I recently developed a script to highlight text in a web page based on document.execCommand() but the changes are gone if I refresh my web page.

How can I keep the change for every user ?

  • 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-11T08:49:28+00:00Added an answer on June 11, 2026 at 8:49 am

    As I am rather unsure what you actually want to persist I will give some generic information.

    Some good reading at DiveIntoHtml5 on storage.

    I would suggest taking a look at either sessionStorage or localStorage now while these are regarded generally as HTML5 the browser support is much greater.

    You can see the support of keyValueStorage at CanIUse

    You can store a key / value pair as follows:

    localStorage.setItem("key", "value");
    

    You can then retrieve the value as follows:

    localStorage.getItem("key");
    

    Remove:

    localStorage.removeItem("key");
    

    sessionStorage works the same as above but will only persist while the browser is open. It persists for the “session” of the browser. However localStorage will persist until it is removed by code or by clearing the browser.

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

Sidebar

Related Questions

We've recently developed an internal web application for our intranet on top Microsoft's MVC
Good Days, I have recently developed a web application in ASP.NET for a marketer
I recently developed a web app which used the JavaScript window.location property to redirect
I am really new to php, I have recently developed a reliability simple web
Recently, I wrote a simple web application. I currently have. A static page which
I recently developed an application for Windows XP and newer which make some changes
I recently developed a class named DocumentWrapper around some ORM document object in Python
My company recently developed a small file management web app for a law firm.
i have recently developed a list program in android in which there is an
Recently I developed a piece of software that downloads logfiles from our online production

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.