Question about action from a button
I have an html form (didn't see the need for CFFORM in this instance) and I have a button that is to call
a method. I am not sure whether to do it from either javascript or cfscript or even a cffunction. The
issue is (this client/server thing is a serious pain to an old embedded systems developer) that
I have declared and set a session variable (a list). So, the thing is I have to loop through this
list and send the values to another form for processing.
Question is, should I do this in javascript (which doesn't really like session variables), cfscript,
or a cffunction? I know server side constructs are more costly and all, but in looking at it,
javascript will be a bear to use with all the stuff on the server side.
So, help, please? Thanks in advance.
