Thanks...
I'm still having trouble understanding. You say > create a hidden field in the form and put in the folder.style information.
I'm still confused about how to grab the folder.style.display information. I guess I'm looking for a Perl function that does something like
param("folder_$id") = grabFromJavascript('folder.style.display', $id)
+;
or, I guess more likely, a Javascript snippet that does something like
pushToCgiParam(id, folder.style.display)
or is it an html form that calls a javascript function, like
<input type="hidden" name="folder_12" value=folderStatus(12) />
throop
|