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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T03:08:20+00:00 2026-05-11T03:08:20+00:00

I was just wondering whether there is some way to do this: I have

  • 0

I was just wondering whether there is some way to do this:

I have a form in a web page, after the user submits the form, the page is redirected to another static HTML page.

Is there any way to manipulate the data in the second HTML page without the help of any server code?

I mean can I display the form data that the user submitted in the second page?

Of course there should be a navigation, not some Ajax code to load the second page (using which it would be easy to manipulate the data).

  • 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. 2026-05-11T03:08:21+00:00Added an answer on May 11, 2026 at 3:08 am

    You can use a <form> with GET method to go to another static HTML page with some query parameters and then grab those parameters with JavaScript:

    First page:

    <form method='GET' action='page2.html'>     <input type='text' name='value1'/>     <input type='text' name='value2'/>     <input type='submit'/> </form> 

    Second page:

    <script type='text/javascript'> function getParams() {     function decode(s) {         return decodeURIComponent(s).split(/\+/).join(' ');     }      var params = {};      document.location.search.replace(         /\??(?:([^=]+)=([^&]*)&?)/g,         function () {             params[decode(arguments[1])] = decode(arguments[2]);         });      return params; }  var params = getParams();  alert('value1=' + params.value1); alert('value2=' + params.value2); // or massage the DOM with these values </script> 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just wondering is there any way I can check whether the url links to
This is a silly little thing, but I was just wondering whether there was
just wondering if there is a way to reduce the amount of code needed
I'm wondering if there is a way to write MIPS assembly language file (just
I was wondering if there was a way to have the Jira Script Runner
So I just read this article . What I'm wondering is, is there any
Just wondering whether anyone knows how to get blogger labels into alt tags in
Hi just wondering whether or not to add a pull to refresh in my
I was just wondering whether it is acceptable to close a common tag, eg.
Just wondering the best way to replace in place matches on a string. value.replace(bob,

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.