I hope this makes sense. I have an application that allows the user to set
priorities for a sales force. The page lists each client per row from a
pre-sorted query recordset. Each row then contains the neccessary dropdowns
(coded for recognition when submitted) to specify how the client should be
categorised, along with a button with a javascript url jump control to bring up
a page with more details. For convience, when the user navigates away from the
main lisiting and then back I need to reload the form settings that have
already been previously made, ready for the final form submission. I'm using
the standard MM_goToURL() on the button, so I presume I need to add to the
script to save the form contents to either a session or cookie ready to
repopulate when the user returns. My knowledge with javascript combined with CF
is very basic so that's where I'm stuck. Any help would be greatly
appreciated!:confused;