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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T09:33:00+00:00 2026-06-04T09:33:00+00:00

I want to pass javascript object/ variable from page to another. so that i

  • 0

I want to pass javascript object/ variable from page to another. so that i can use data for some fields, i want this values to be hidden and not visible while i my passing value from one page to another
I have already seen many examples of pass via http parameters, i dont want that and also session variables manage on server side, cause nothing has to be manage on sever side for that page.

i want to pass value as a hidden field or value to next page. how to pass it to new page when i open new page via

window.location="website/nextpage.jsp";

Also a note, i am beginner, so please sorry if the question seems to vague.

  • 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-04T09:33:01+00:00Added an answer on June 4, 2026 at 9:33 am

    Assuming you do not want to use session variables, cookies or local storage:

    You can not “hide” a parameter so that your website user will not be able to see it.

    If you submit data via a POST request – you can use hidden form elements.

    <form method="post">
    <input type="hidden" name="state" value="{YOUR PARAMETER}" />
    

    If you use window.location – you will have to do it with a GET request

    window.location="website/nextpage.jsp/param/{YOUR PARAMETER}";
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

All i want is to pass a HTML (DOM object) from javascript to Actionscript.
I have a Javascript object that I want to pass in more parameters, but
I have this Javascript data: [{id:123,type:test},{id:154,type:another}] How would you transform that into something so
I want to pass an object from my c# code behind to my javascript.
I want to pass a few variables to another page. Currently I'm using response.redirect
In ASP.NET WebForms I want to pass arbitrary data from server to client and
I want to pass an object in javascript. But i am getting an error
I want to pass an object array to the setTimer function in Javascript. setTimer(foo(object_array),1000);
I'm having trouble understanding the workings of Javascript...I want to pass a form name
I want to pass a parameter into a factory that will be used to

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.