I had already tried something like this:
popup_menu(-name=>'listaesa',
-values=>\@listaesa,
-default=>$esame[2],
-override=>1,
-OnChange=>"document.mainform.action.value='Sel';document.mainform.submit();"
)
(the pop_menu is...
Hi everyone.
I have a Perl- GCI dinamic page.
The page have a single form with some submit buttons.
Each button is named 'action' but have different values (such 'cancel' 'save' 'open'). Pressing a button i reload the page and test wich button was pressed by testing the parameter 'action'...
thanks a lot MillerH, it worked.
for Kevin, well i'm getting things from a database so it might be a bit big string.
anyway it's strange cgi doesn't support multi dimensional arrays. how do you deal with some database rows with single dimensional arrays?
Hi eveyone, i need a tip.
I am programming a perl page using cgi.
Now, i have a nested array (let's say @domains) and i know that each value can be accessed by $domains[x][y] and so on.
I want to pass this array by a hidden parameter like :
...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.