473,405 Members | 2,421 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

how i get scripting variable value in another jsp page

i m using this code..
Expand|Select|Wrap|Line Numbers
  1. function OnSelectionChange(select) 
  2.              {
  3.             var selectedOption = select.options[select.selectedIndex];
  4.             alert ("The selected option is " + selectedOption.value);
  5.                        }
i want get the selectedOption value in another jsp page. how can i get this value pls help me
May 28 '14 #1
1 1817
Dormilich
8,658 Expert Mod 8TB
it depends on how the pages are related.

generally, since JSP is a server language you need to explicitly send the data over.
May 28 '14 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: zdhiu | last post by:
Hi javascript gurus, I have a simple html file (simple.html) with javascript. In html page there is sentence from variable defined in .js file (myFirst.js). Once I reload another .js file...
0
by: Mo | last post by:
On one webpage I have a datagrid which is filled when the user selects some search criteria (e.g. surname or DoB) in different text fields and clicks on a button control. The datagrid also...
5
by: tuxedo | last post by:
Hi, Gurus, I have two web forms frm1 and frm2. In frm1, I wrote session("StudentID")= textbox1.text in a button click event. And then, Response.redirect("...frm2") In frm2, Page_load event, I...
2
by: Ricardo | last post by:
How can I navigate to another page via a button, and pass a variable to this next page... How can I do this via that method that I see in other sites that the url goes like this: ...
3
by: Martin | last post by:
I have a calendar form that sends the inputted date back to a text box . Using the GET method, I would like to pass the date as a variable to another asp page. How do I do this? Thanks.
3
by: brett | last post by:
I have assigned a value to a variable defined in a code behind page. I'd like to display a variable named myvar in the aspx page's <meta http-equiv="refresh" content=myvar> tag. If I put...
2
by: Paul | last post by:
I am taking over an exisitng app. I have the following function on one page: function check($v) { global $user; return $user->validate($v, $v); } And it reference $user on the next page. ...
5
by: michaeldebruin | last post by:
Hello all, I've made a variable in my masterpage but is here anyone who knows how I can get the value of it when being on a webpage? I know the masterpage is the general page. But when loading it...
0
by: anuanu | last post by:
Is it possible to save local system file path in php session; I explain that i want to achieve: A user selects image files from his computer in "A" web page , when a user goes to "B" page, fills a...
1
by: dima9917 | last post by:
I'm trying to pass a header variable "SMUSERDN" with a value of "reportingonly" to this page - https://qaanz13.corp.ad.local/cv/logproc.asp. The page I'm redirecting from looks like this: <%@...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.