Connecting Tech Pros Worldwide Help | Site Map

Store value if user leaves site.

  #1  
Old July 17th, 2005, 03:28 AM
TG
Guest
 
Posts: n/a
Form inputs question:

How can I store the inputs a user has put into a form if they leave my
website without calling the post command? I store them now after the post
command is called when a button is pushed (that works fine), however, if a
user leaves to go to another site and comes back, the data the user entered
is gone.

Thanks in advance.


  #2  
Old July 17th, 2005, 03:28 AM
CountScubula
Guest
 
Posts: n/a

re: Store value if user leaves site.


You can try to activly do a set cookie in java with the form values, and
when the page is returned, repopulate.

just an idea

--
Mike Bradley
http://www.gzentools.com -- free online php tools
"TG" <tgillette1@cox.net> wrote in message
news:kZ2Ob.14332$Mb7.5920@lakeread04...[color=blue]
> Form inputs question:
>
> How can I store the inputs a user has put into a form if they leave my
> website without calling the post command? I store them now after the post
> command is called when a button is pushed (that works fine), however, if a
> user leaves to go to another site and comes back, the data the user[/color]
entered[color=blue]
> is gone.
>
> Thanks in advance.
>
>[/color]


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Track a session user tshad answers 5 November 19th, 2005 07:35 AM
Problem with asp.net app only allowing 1 user at a time jsale answers 7 November 19th, 2005 12:26 AM
ASP Help Please! No Spam Please answers 3 July 19th, 2005 08:45 AM
Reality Check: Session Hijacking mrbog answers 27 July 17th, 2005 06:13 AM