hiddenf ield

hiddenf ield

am 12.05.2007 18:53:45 von itaisa

Hi all
my question is like that:
i have a form with a text field which the user has to fill in then
click on the link to the next page(i do it with javascript) then i
have another link on the next page which the user have had transfered
and when he clicks it, it will go back to the first page and here i
want to keep the input that the user typed in the text box. in other
words i want that what the user typed in the textbox will be saved
when he's going back
I'm trying to solve it for 3 days and i give up
does anyone know the solution?thanks
itai

Re: hiddenf ield

am 12.05.2007 19:19:12 von lws4art

itaisa@netvision.net.il wrote:
> Hi all
> my question is like that:
> i have a form with a text field which the user has to fill in then
> click on the link to the next page(i do it with javascript)

Bad idea, use a "submit" button.

> then i
> have another link on the next page which the user have had transfered
> and when he clicks it, it will go back to the first page and here i
> want to keep the input that the user typed in the text box. in other
> words i want that what the user typed in the textbox will be saved
> when he's going back
> I'm trying to solve it for 3 days and i give up
> does anyone know the solution?thanks

Let's see URL and can better advise.

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com

Re: hiddenf ield

am 14.05.2007 07:11:16 von itaisa

Jonathan N. Little כתב:
> itaisa@netvision.net.il wrote:
> > Hi all
> > my question is like that:
> > i have a form with a text field which the user has to fill in then
> > click on the link to the next page(i do it with javascript)
>
> Bad idea, use a "submit" button.
>
> > then i
> > have another link on the next page which the user have had transfered
> > and when he clicks it, it will go back to the first page and here i
> > want to keep the input that the user typed in the text box. in other
> > words i want that what the user typed in the textbox will be saved
> > when he's going back
> > I'm trying to solve it for 3 days and i give up
> > does anyone know the solution?thanks
>
> Let's see URL and can better advise.
>
> --
> Take care,
>
> Jonathan
> -------------------
> LITTLE WORKS STUDIO
> http://www.LittleWorksStudio.com

hi
I need to know how to implement it
THANKS FOR YOUR HELP :-)