Saving Form Items upon Unloading.... | | |
I need to go through each and every one of the form elements on my page
and save them to a file, so that when a user returns from whereever, i
can present the data back to the user.
Has anyone done this kinda thing ?
thanks in advance | | | | re: Saving Form Items upon Unloading....
"Mel" <MelHeravi@gmail.comwrote in news:1154619083.306715.75650
@h48g2000cwc.googlegroups.com: Quote:
I need to go through each and every one of the form elements on my page
and save them to a file, so that when a user returns from whereever, i
can present the data back to the user.
>
Has anyone done this kinda thing ?
This is usually done server-side, using ASP, PHP, ColdFusion, or the like.
Do you want to do it client-side, with JavaScript? | | | | re: Saving Form Items upon Unloading....
Jim Land (NO SPAM) wrote: Quote:
"Mel" <MelHeravi@gmail.comwrote in news:1154619083.306715.75650
@h48g2000cwc.googlegroups.com:
> Quote:
I need to go through each and every one of the form elements on my page
and save them to a file, so that when a user returns from whereever, i
can present the data back to the user.
Has anyone done this kinda thing ?
>
This is usually done server-side, using ASP, PHP, ColdFusion, or the like.
>
Do you want to do it client-side, with JavaScript?
I need to do it on the serverside. I am looking for a Javascript that
gathers the information for me and stuffs it into a flat file !!! | | | | re: Saving Form Items upon Unloading....
Mel said the following on 8/3/2006 2:36 PM: Quote:
Jim Land (NO SPAM) wrote: Quote:
>"Mel" <MelHeravi@gmail.comwrote in news:1154619083.306715.75650
>@h48g2000cwc.googlegroups.com:
>> Quote:
>>I need to go through each and every one of the form elements on my page
>>and save them to a file, so that when a user returns from whereever, i
>>can present the data back to the user.
>>>
>>Has anyone done this kinda thing ?
>This is usually done server-side, using ASP, PHP, ColdFusion, or the like.
>>
>Do you want to do it client-side, with JavaScript?
I need to do it on the serverside. I am looking for a Javascript that
gathers the information for me and stuffs it into a flat file !!!
You want to try to do something client side that is simpler and easier
to do on the server? Submit the form, let the server handle the rest.
Whether it be to a flat file, database, or into never never land.
--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/ | | | | re: Saving Form Items upon Unloading....
"Mel" <MelHeravi@gmail.comwrote in news:1154630166.206131.31910@
75g2000cwc.googlegroups.com: Quote: Quote:
>Do you want to do it client-side, with JavaScript?
>
>
I need to do it on the serverside. I am looking for a Javascript that
gathers the information for me and stuffs it into a flat file !!!
>
>
You want to run JavaScript on your SERVER??? | | | | re: Saving Form Items upon Unloading....
Jim Land said the following on 8/3/2006 4:34 PM: Quote:
"Mel" <MelHeravi@gmail.comwrote in news:1154630166.206131.31910@
75g2000cwc.googlegroups.com:
> Quote: Quote:
>>Do you want to do it client-side, with JavaScript?
>>
>I need to do it on the serverside. I am looking for a Javascript that
>gathers the information for me and stuffs it into a flat file !!!
You want to run JavaScript on your SERVER???
Never used ASP before? Or a Netscape server? Although ASP technically
uses JScript.
--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/ | | | | re: Saving Form Items upon Unloading....
"Mel" <MelHeravi@gmail.comwrote in
news:1154630166.206131.31910@75g2000cwc.googlegrou ps.com: Quote:
>
Jim Land (NO SPAM) wrote: Quote:
>"Mel" <MelHeravi@gmail.comwrote in news:1154619083.306715.75650
>@h48g2000cwc.googlegroups.com:
>> Quote:
I need to go through each and every one of the form elements on my
page and save them to a file, so that when a user returns from
whereever, i can present the data back to the user.
>
Has anyone done this kinda thing ?
>>
>This is usually done server-side, using ASP, PHP, ColdFusion, or the
>like.
>>
>Do you want to do it client-side, with JavaScript?
>
>
I need to do it on the serverside. I am looking for a Javascript that
gathers the information for me and stuffs it into a flat file !!!
>
>
Do you want to use JavaScript on the client, to gather the information
from the form fields, and send it to the server, so the server can store
it? | | | | re: Saving Form Items upon Unloading....
Thanks God;
Yes that is exactly what i want to do.
I want the user to go to any page, fill our forms partially and when he
returns to a form page later on see his stuff there for him to complete
any suggestions ?
thanks for help
Jim Land (NO SPAM) wrote: Quote:
"Mel" <MelHeravi@gmail.comwrote in
news:1154630166.206131.31910@75g2000cwc.googlegrou ps.com:
> Quote:
Jim Land (NO SPAM) wrote: Quote:
"Mel" <MelHeravi@gmail.comwrote in news:1154619083.306715.75650
@h48g2000cwc.googlegroups.com:
>
I need to go through each and every one of the form elements on my
page and save them to a file, so that when a user returns from
whereever, i can present the data back to the user.
Has anyone done this kinda thing ?
>
This is usually done server-side, using ASP, PHP, ColdFusion, or the
like.
>
Do you want to do it client-side, with JavaScript?
I need to do it on the serverside. I am looking for a Javascript that
gathers the information for me and stuffs it into a flat file !!! >
Do you want to use JavaScript on the client, to gather the information
from the form fields, and send it to the server, so the server can store
it?
|  | Similar JavaScript / Ajax / DHTML bytes | | | /bytes/about
We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights.
Get the best answers to your questions from over 226,501 network members.
|