Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sjeps

  1. sjeps

    Setting Perl CGI param() with Javascript

    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...
  2. sjeps

    Setting Perl CGI param() with Javascript

    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'...
  3. sjeps

    Perl CGI nested arrays to parameter

    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?
  4. sjeps

    Perl CGI nested arrays to parameter

    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 : ...

Part and Inventory Search

Back
Top