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

how to save data temporarily

New Here ,
Mar 05, 2007 Mar 05, 2007

Copy link to clipboard

Copied

Hi, im having trouble with my pop up coz i dont have idea on how to save data temporarily, In my pop up it shows all the available items and the items are over a hundred so i have to divide them by 30, when the user want to add that certain item he will just check the checkboxes provided on the left side of the pop up. but what it the user wants to select more than 30 items how im gonna save the data temporarily so that when the user selects another 30, it will just add up to the data saved in temp table. please i really need your help,
by the way attached is my pagenavigator.cfm.:




thanks,
TOPICS
Advanced techniques

Views

148

Translate

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 ,
Mar 05, 2007 Mar 05, 2007

Copy link to clipboard

Copied

LATEST
you can always use Session scope to store temp data between pages...
provided session management is enabled in CF Admin/your
Application.cfm/cfc...

which version of CF are you running? in early versions session
management is rather buggy...

--

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com

Votes

Translate

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
Resources
Documentation