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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T13:11:55+00:00 2026-05-25T13:11:55+00:00

Im working on using HTML5 persistent storage on an existing application used for the

  • 0

Im working on using HTML5 persistent storage on an existing application used for the purpose of surveys.

What I need to now do, is pass a variable through to the final “completed” page, which I can then use to remove the persistant object that I have saved in the mobile devices memory.

Any ideas how I can do this?

Currently, the submit button is set up like this.

<input type='submit' value='Submit' onclick="saveData(); surveyfunction();"/>

The saveData() function, is my function, (adds values to array then makes a unique object e.t.c, the surveyfunction is the survey softwares function for physically submitting the data.

Any ideas greatly appreciated – thanks!

  • 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-05-25T13:11:55+00:00Added an answer on May 25, 2026 at 1:11 pm

    Use localStorage.get/setItem. This worked when I tested it locally:

    (test.html)

    <script type="text/javascript">
    localStorage.setItem('HelloWorld', 'Buongiorno, mundo!');
    alert(localStorage.getItem('HelloWorld'));
    window.location.href='test2.html';
    </script>
    

    (test2.html)

    <script>
    alert(localStorage.getItem('HelloWorld'));
    
    </script>
    

    You’ll want to test for local storage support using Modernizr or something.

    UPDATE:

    what I need to do, is find somehow to call the saved object with a set
    key (the variable I will pass), dynamically from the success page, so
    that I know its ok to delete the item from the memory…

    You can either persist it to a cookie or local storage. Local storage is probably preferable, but there’s no reason you can’t come up with a very detailed naming convention for it.

    On the completed page, there is no way to obtain the SID of the
    completed survey.

    Why can’t you set the SID in a cookie? With cookies, you can set the path that the cookie is visible to as part of the cookie’s configuration. That means if you have /survey1 and /servey2 on your server, you can set two separate cookies each with their own SID value.

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

Sidebar

Related Questions

I'm using the HTML5 elements and in a project i'm working on and the
I've developed an application at working using MySQL 5, that uses Views to access
I am altering the question now! I have the search working using the following:
I'm working on a site for a client and they're insistent on using HTML5's
I am working on a page using only html5 and jquery, and I have
I'm working on a page using <canvas> , which is a HTML5 tag, in
I'm working on a HTML5 canvas game using a JavaScript library called Propulsionjs.com. The
I've been playing around with HTML5 local storage, using localStorage.getItem(something) and localStorage.setItem(something,somevalue) and it's
I'm creating a simple 3D engine using the HTML5 canvas object. It is working
I'm looking at using doctrine for an application I'm working on - but after

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.