Viewing Hidden Form Fields
Viewing Hidden Form Fields
am 29.07.2007 17:54:40 von Ronald Schow
When I specify a hidden field on the form page, I'd like to see the
contents of that field on the target page. I'm not having any luck with
this. I can see the contents of every field except the hidden one. What's
the trick?
Re: Viewing Hidden Form Fields
am 29.07.2007 18:38:10 von Shion
Ronald Schow wrote:
> When I specify a hidden field on the form page, I'd like to see the
> contents of that field on the target page. I'm not having any luck with
> this. I can see the contents of every field except the hidden one. What's
> the trick?
Hidden inputs works in the same way as all other inputs, as long as you have a
name and value, the data will be sent to the processing script.
--- form.html ---
--- eof ---
--- nextpage.php ---
echo "The visible input field: ".$_REQUEST['visible']."
";
echo "The hidden input field: ".$_REQUEST['invisible']."
";
--- eof ---
As you see no difference, and this applies to other script languages too.
--
//Aho
Re: Viewing Hidden Form Fields
am 29.07.2007 18:40:29 von lws4art
Ronald Schow wrote:
> When I specify a hidden field on the form page, I'd like to see the
> contents of that field on the target page. I'm not having any luck with
> this. I can see the contents of every field except the hidden one. What's
> the trick?
>
>
'cuz to are keeping the URL hidden as well! Well a WAG is you are not
giving the hidden fields a name...
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Re: Viewing Hidden Form Fields
am 30.07.2007 07:11:34 von Neredbojias
Well bust mah britches and call me cheeky, on Sun, 29 Jul 2007 16:40:29
GMT Jonathan N. Little scribed:
> Ronald Schow wrote:
>> When I specify a hidden field on the form page, I'd like to see the
>> contents of that field on the target page. I'm not having any luck
>> with this. I can see the contents of every field except the hidden
>> one. What's the trick?
>>
>>
>
> 'cuz to are keeping the URL hidden as well! Well a WAG is you are not
> giving the hidden fields a name...
A "wag" is what a dog does when it sees a squirrel, not a url.
--
Neredbojias
Half lies are worth twice as much as whole lies.
Re: Viewing Hidden Form Fields
am 30.07.2007 16:58:08 von lws4art
Neredbojias wrote:
> Well bust mah britches and call me cheeky, on Sun, 29 Jul 2007 16:40:29
> GMT Jonathan N. Little scribed:
>
>> Ronald Schow wrote:
>>> When I specify a hidden field on the form page, I'd like to see the
>>> contents of that field on the target page. I'm not having any luck
>>> with this. I can see the contents of every field except the hidden
>>> one. What's the trick?
>>>
>>>
>> 'cuz to are keeping the URL hidden as well! Well a WAG is you are not
>> giving the hidden fields a name...
>
> A "wag" is what a dog does when it sees a squirrel, not a url.
>
Wild Ass Guess. Some may wag but mine have lunch! Very few squirrels in
my backyard.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Re: Viewing Hidden Form Fields
am 30.07.2007 23:35:14 von Neredbojias
Well bust mah britches and call me cheeky, on Mon, 30 Jul 2007 14:58:08 GMT
Jonathan N. Little scribed:
>>> 'cuz to are keeping the URL hidden as well! Well a WAG is you are not
>>> giving the hidden fields a name...
>>
>> A "wag" is what a dog does when it sees a squirrel, not a url.
>>
> Wild Ass Guess. Some may wag but mine have lunch! Very few squirrels in
> my backyard.
How regurgitory! That's what happens when you leave civilization...
--
Neredbojias
Half lies are worth twice as much as whole lies.