I have an application in Coldfusion.
After a user does a search on some images, they ought to select one at a time to download all in the end.
They can deselect if they want too.
The problem is - anytime they click to download; my page has to go to the server again ie, be refreshed(going thru the entire query again"waste of precious seconds").
I've been told that javascript can use hidden fields to store all these selections in an array and spit them out when all is selected ready for submission to download.
Fact is, I do not have a clue as to how to start writting this code to do the job.In the past i have been able to use a snippet of code, but writting from scratch will be interesting!
Can anyone help at all!
After a user does a search on some images, they ought to select one at a time to download all in the end.
They can deselect if they want too.
The problem is - anytime they click to download; my page has to go to the server again ie, be refreshed(going thru the entire query again"waste of precious seconds").
I've been told that javascript can use hidden fields to store all these selections in an array and spit them out when all is selected ready for submission to download.
Fact is, I do not have a clue as to how to start writting this code to do the job.In the past i have been able to use a snippet of code, but writting from scratch will be interesting!
Can anyone help at all!