How many ways we can pass the variable through the navigation between the pages?

How many ways we can pass the variable through the navigation between the pages?

How many ways we can pass the variable through the navigation between the pages?

View Answers

November 15, 2010 at 6:06 PM

Hi everyone,

At least 6 ways:

  1. Put the variable into session in the first page, and get it back from session in the next page.
  2. Put the variable into cookie in the first page, and get it back from the cookie in the next page.
  3. Put the variable into a hidden form field, and get it back from the form in the next page.
  4. Using post
  5. Using get
  6. Using request

Thanks









Related Tutorials/Questions & Answers:
How many ways we can pass the variable through the navigation between the pages?
How many ways we can give the output to a browser?
Advertisements
How many ways can we get the value of current session id?
How many ways we can retrieve the date in result set of mysql using php?
How many ways we can retrieve the date in result set of mysql using php?
How many ways we can retrieve the date in result set of mysql using php?
How many ways we can retrieve the date in result set of mysql using php?
How many ways we can retrieve the date in result set of mysql using php?
How many ways we can retrieve the date in result set of mysql using php?
How many ways we can retrieve the date in result set of mysql using php?
how many max. arguments we pass to the any function ? how many max. arguments we pass to the any function ?
how many max. arguments we pass to the any function ?
How many ways I can redirect a PHP page?
How we can create a table through procedure ?
how we can create website through java
how many ways are there to invoke a servlet object?
how can we pass parameters from jsp href to another servlet
How to pass javascript variable in Scriplet of JSP?
how many ways to load the class in java
How do you pass a variable by value?
pass a variable(friends name) through a hyperlink in to another jsp.
pass a variable(friends name) through a hyperlink in to another jsp.
How can we destroy the session, how can we unset the variable of a session?
How many cookie object we can store in a session? is there any limit?
how to value of one variable pass in other variable in revetse order
How to pass variable from one class to another in java
how to pass class variable to another class
you pass a variable by value.
Can we declare a static variable inside a method?
how to call jsp variable through servlet
How can we know the number of days between two given dates using PHP?
How to pass parameter through drop down list using session management in jsp??
onclick pass variable - JSP-Servlet
Can I pass a
how to pass variable from simple java main class(not servlet) to the jsp page?
How can i pass the valus from a JSP to the action class???
How many qusetions can you ask?
How I can cast a variable in Scala?
How I can cast a variable in Scala?
Difference between the local and class variable.
how can i draw line between two panel contaning circle and line between their center?
How can we destroy the cookie?
How can we solve this puzzle using java ?
5 Ways Mobile can Impact Marketing
PHP Variable Functions
How to write create JPA Many-to-Many Relationship in Java?
JSP Variable in Javascript
How can we register the variables into a session?
How can we repair a MySQL table?
How can we know that a session is started or not?

Ads