Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AutoSave

Status
Not open for further replies.

danarashad

Programmer
Nov 2, 2006
115
US
Is there a way to autosave forms, when someone closes the browser. I dont have any code. I don't even know where to look. I am using coldfusion.

Thanks for any advice.
 
Save the content that a user has entered onto a form?

mmmmm......not that i can think of. the form will have been rendered by cf and deliverd, so without using ajax (possibly!!) to send info back to cf and store it in a session when someone types, and then fire a onSessionEnd event from app.cfc to capture the info.

i can't think of another way

Hope this helps!

Tony
 
Look into Flex, it can synchronize the form so that as users enter info it's automatically saved.


Hope This Helps!

ECAR
ECAR Technologies

"My work is a game, a very serious game." - M.C. Escher
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top