in reply to passing parameters to CGI script
As the wizzard noted, passing a parameter through a hidden field is often the way this is accomplished. One mistake many people make is that they don't put the hidden field inside the proper form ... so it isn't passed when the user clicks on the form submit button. As suggested, please show us the code using hidden() that didn't work. :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: passing parameters to CGI script
by dannoura (Pilgrim) on May 16, 2006 at 21:29 UTC |