in reply to Passing CGI form variables back to same page for further updates to same page
Maybe it would be better (if the corresponding database query is not too expensive) to generate the whole options thing from database, and narrow options per item via JavaScript. It would very simplify your data processing job on the server-side program, as you just have to process submitted data, and not decide whether to display more options to the user, which one and when. It seems more complicated.
Also, for the more complicated form processing jobs, maybe you should consider using a powerful CGI::FormBuilder module.
As of CGI::Application, you can always install it in local directory under your file-system privileges.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Passing CGI form variables back to same page for further updates to same page
by Lori713 (Pilgrim) on Feb 04, 2008 at 14:27 UTC |