in reply to Trouble passing values through hidden fields
Of these two, to pass hidden data in Embperl is a snap. Your HTML documents become dynamic and to simply take the data from a POST/GET to the current page, the current page simply need do the following:
and for every key-value pair sent to the current page via POST/GET, an appropriate hidden field is created.<FORM> ... [$ hidden $] </form>
Read more about Mason and Embperl they are APIs offering a simple and powerful interface to all common web tasks.
|
|---|