Accessing "Post"ed variables
Accessing "Post"ed variables
am 18.05.2007 07:23:20 von Zeba
Hi !
I am "posting" a form that contains a single textbox value to another
page. How do I access the value that was entered in the textbox, from
the next page ? Please help soon !
Thanks !
Re: Accessing "Post"ed variables
am 18.05.2007 07:33:36 von lws4art
Zeba wrote:
> Hi !
>
> I am "posting" a form that contains a single textbox value to another
> page. How do I access the value that was entered in the textbox, from
> the next page ? Please help soon !
You need to post to a server0side script to process the POSTed values
http://www.google.com/search?hl=en&q=server+side+scripting+f orms&btnG=Google+Search
server side scripting forms - Google Search
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Re: Accessing "Post"ed variables
am 18.05.2007 10:50:34 von Zeba
Thanks for your help. I was actually trying to avoid server side
scripting - forgot to mention that. I guess I was also little
confused ! Anyways, I've got it now. In the end I used cookies for the
purpose. I didnt really have to 'post' back the page, I just wanted
the username to be available in the next page.
> You need to post to a server0side script to process the POSTed values
>
Re: Accessing "Post"ed variables
am 18.05.2007 15:14:19 von lws4art
Zeba wrote:
> Thanks for your help. I was actually trying to avoid server side
> scripting - forgot to mention that. I guess I was also little
> confused ! Anyways, I've got it now. In the end I used cookies for the
> purpose. I didnt really have to 'post' back the page, I just wanted
> the username to be available in the next page.
>
>> You need to post to a server0side script to process the POSTed values
Just realize that cookies are *not* always available
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com