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 8890983
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T22:37:27+00:00 2026-06-14T22:37:27+00:00

When user perform a search, these search settings should be saved for future use.

  • 0

When user perform a search, these search settings should be saved for future use.

User should fill some form fields and then perform a search. When he perform a new search, the old one should be able, etc, etc.

Im using javascript, jQuery.

How could I do this?

I mean save it in localmachine, not in database.

  • 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-14T22:37:29+00:00Added an answer on June 14, 2026 at 10:37 pm

    Use HTML5 Local Storage to store and read saved searches.:

    // Write a local item..
    localStorage.setItem("myKey", "myValue");
    
    // Read a local item..
    var theItemValue = localStorage.getItem("myKey");
    
    // Check for changes in the local item and log them..
    window.addEventListener('storage', function(event) {
        console.log('The value for ' + event.key + ' was changed from' + event.oldValue + ' to ' + event.newValue);
    }, false);
    
    // Check for HTML5 Storage..
    function supports_html5_storage() {
        try {
            return 'localStorage' in window && window['localStorage'] !== null;
        } catch (e) {
            return false;
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to execute a parameterized query to perform a search by user-supplied parameters.
The user should input two strings and the script will performe a text search:
I am creating a windows workflow(using WCF) that waits infinitely until user(s) perform some
Given the use case where the user has to perform an online transaction, eg
I'm developing an application that needs to perform some processing on the user's Outlook
I'm going to perform a search in my SQL server DB (ASP.NET, VS2010,C#), user
I'm implementing a MapView with a search feature, and have to perform some specific
I am working on a project where a user is able to perform some
I have a site that offers a keyword search. The user can perform a
I am trying to perform an automatic login when the user clicks a link

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.