Asp forms and variables
From: GwenP (GwenP_at_discussions.microsoft.com)
Date: 12/22/04
- Next message: Gérard Leclercq: "Re: Asp forms and variables"
- Previous message: dotun: "Re: Protect Server side Code from my client"
- Next in thread: Gérard Leclercq: "Re: Asp forms and variables"
- Reply: Gérard Leclercq: "Re: Asp forms and variables"
- Reply: Gérard Leclercq: "Re: Asp forms and variables"
- Reply: Ray Costanzo [MVP]: "Re: Asp forms and variables"
- Reply: GwenP: "RE: Asp forms and variables"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 22 Dec 2004 03:53:02 -0800
I am passing a variable from one asp page to another say "land registry". It
puts the variable in the URL (as land%20registry) as you'd expect. I want to
add it to a hidden text box in a form so that I can then pass it back
(eliminating the need to store this original search variable in a cookie).
However even though I can response.write the variable as "land registry" on
the new page, so I know the variable is correct once its passed - it puts it
in the text box on the form as just "land" so then when it passes back from
the GET action of the form - it passes it back as only "land". If I then
write Land Registry into the form text box it works fine, but as this will be
eventually hidden and the user has already typed the search string on the
original page - this is not an option! Any ideas anyone please?
GwenP
- Next message: Gérard Leclercq: "Re: Asp forms and variables"
- Previous message: dotun: "Re: Protect Server side Code from my client"
- Next in thread: Gérard Leclercq: "Re: Asp forms and variables"
- Reply: Gérard Leclercq: "Re: Asp forms and variables"
- Reply: Gérard Leclercq: "Re: Asp forms and variables"
- Reply: Ray Costanzo [MVP]: "Re: Asp forms and variables"
- Reply: GwenP: "RE: Asp forms and variables"
- Messages sorted by: [ date ] [ thread ]