Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

HTML forms Expert advice needed

Guest
Dec 02, 2006 Dec 02, 2006

Copy link to clipboard

Copied

How do I enable html forms to save and remember input data, even if the browser is closed or if the user mover forward or backwards through pages
TOPICS
Server side applications

Views

375
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 02, 2006 Dec 02, 2006

Copy link to clipboard

Copied

Put the data into a database when the form is submitted - or is that not
what you are asking?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"mrharvey987" <webforumsuser@macromedia.com> wrote in message
news:eks1d4$448$1@forums.macromedia.com...
> How do I enable html forms to save and remember input data, even if the
> browser is closed or if the user mover forward or backwards through pages


Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Dec 02, 2006 Dec 02, 2006

Copy link to clipboard

Copied

know i found a better answer else where this site is lame know help here at the source, whats going on

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Dec 03, 2006 Dec 03, 2006

Copy link to clipboard

Copied

Uh?

quote:

Originally posted by: mrharvey987
know i found a better answer else where this site is lame know help here at the source, whats going on


Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 05, 2006 Dec 05, 2006

Copy link to clipboard

Copied

LATEST
I think what you are asking is to have automatic saving of forms as the user
types.

This can get very involved and potentially cause lag if the user has a slow
connection.
Take a look at AJAX
You can use AJAX to update a database, and should be able to set the trigger
onChange or onkeypress or such like.
Probably better to do an auto save every X minutes (as seen in Google's
GMail).

I'm afraid I'm just starting on the AJAX route myself so can't be of too
much help (just done my first inline AJAX mail back form).

Justin

"mrharvey987" <webforumsuser@macromedia.com> wrote in message
news:eks1d4$448$1@forums.macromedia.com...
> How do I enable html forms to save and remember input data, even if the
> browser is closed or if the user mover forward or backwards through pages


Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines