in reply to Re: CGI: Saving javascript variables
in thread CGI: Saving javascript variables
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
or, I guess more likely, a Javascript snippet that does something likeparam("folder_$id") = grabFromJavascript('folder.style.display', $id) +;
or is it an html form that calls a javascript function, likepushToCgiParam(id, folder.style.display)
<input type="hidden" name="folder_12" value=folderStatus(12) />
throop
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: CGI: Saving javascript variables
by jZed (Prior) on Oct 31, 2007 at 21:49 UTC | |
|
Re^3: CGI: Saving javascript variables
by Gangabass (Vicar) on Nov 01, 2007 at 04:33 UTC |