473,473 Members | 1,906 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

post varibles

oll3i
679 Contributor
Hello,

How do I access hidden type variables in java?

Thank You,
kasia
Sep 4 '13 #1
2 1381
Nepomuk
3,112 Recognized Expert Specialist
What exactly do you mean with "hidden type variables"? Do you mean private variables? And from where are you trying to access them? Please give a code example to make things clearer.
Sep 5 '13 #2
chaarmann
785 Recognized Expert Contributor
Are you parsing HTML-requests and want to get the value of a variable created by HTML: <input type="hidden" name="myName" value="myValue"...> ?
Then use request.getParameter("myName");
Sep 9 '13 #3

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

Similar topics

2
by: Juan Emilio | last post by:
Hi, I writing a CGI in C++ (just testitg I know that it´s more easy in Perl or PHP) and I would like to know how can I read POST/READ varibles sent from a From, o from an URL. Thanks
6
by: nntp | last post by:
I tried mod_perl. It is too troublesome. Many old scripts stopped running. Even those running eat memory like crazy. I wonder why mod_php does not have the problems in mod_perl, such as memory...
4
by: DeeAnn | last post by:
We've encountered a "flaky" situation with a Session variable holding a data set on load balanced servers; server session with cookies is set up. Background: Session variable holds a dataset. ...
24
by: Sta12s | last post by:
First of all, I have NO idea what I'm doing - I'm a complete newb to Javascript and PHP so my code is going to look like crap ;) Now for my problem, I'm trying to do a little quiz with...
2
by: Metalzed | last post by:
Hi my problem is real simple. I want to give 2 Varibles values from one SELECT query Here a exampel. DECLARE @test1 int , @test2 int; SET @test1=SELECT a FROM Table_T SET @test2=SELECT b...
1
by: rashmiharitas | last post by:
why are we storing object references varibles on stack data structure why not any other data structure please let me know about this
0
by: EggsNSpam | last post by:
I want to pass the referance to a variable around, how do I do that? (unit is a complex object I made, and wondering about more complex data types) dim unit1 as new unit dim unit2 as new unit...
1
by: Dansmith122 | last post by:
Hi I have been working on the java script for my website and I need help with the out put variables. I need to know how to add more variable for each row in my survey. I am very lost ...
2
by: Spencer Killen | last post by:
ok i have two pages and right now i just want to send the form data and display it on another page im using notepad and when i run the codes through and it just comes up as nothing for the varibles ...
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...
1
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...
1
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.