Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Perl Beginners Cgi > Re: How to sele...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 6 Topic 1439 of 1496
Post > Topic >>

Re: How to select from a popup_menu without clicking submit?

by kanya@[EMAIL PROTECTED] Jan 7, 2008 at 12:06 PM

This is exactly the point.  Javascript is run in the browser (remotely)
while the perl script is run on the server (locally).  AJAX is the
technique to make this two communicate without submitting the whole
form.

Tamas Varju

2008. 01. 7, hétfő keltezéssel 11.01-kor Marcus Claesson ezt írta:
> Thanks for that, but from what I've heard it should be solvable using
> Javascript event handlers. I just don't know the details of how to use
> it successfully. I tried the following but got no result:
> (if this IS the way forward I'd need the onChange (or similar) handler
> to point to a 'Perl event' and not a 'Javascript event'...)
> 
> print $cgi->popup_menu(-name=>'list',
>                        -id=>'list',
>                        -values=>['L1','L2','L3']),
>                        -onChange=>"alert('TESTING')";
> 
> /Marcus
> 
> On Mon, 2008-01-07 at 20:12 +1100, Ken Foskey wrote:
> > On Mon, 2008-01-07 at 08:46 +0000, Marcus Claesson wrote:
> > > Hi!
> > > 
> > > I wonder if there is any way in Perl CGI that you can select an item
in
> > > a popup menu and execute a command WITHOUT having to click a submit
> > > button? For instance, this is what I want to do:
> > > 
> > > I have a popup_menu with names of several values.
> > > print $cgi->popup_menu(-name=>'list',
> > >                       -id=>'list',
> > >                       -values=>['L1','L2','L3']);
> > > 
> > > As soon as the user selects a value I want it to be automatically
> > > printed out.
> > > 
> > > if ($cgi->param('list')) {
> > >    print "Selected value: ".$cgi->param('list');
> > > }
> > > 
> > > This is a very basic thing if you allow a submit button, but I don't
> > > want to do that. Any ideas?
> > 
> > 
> > This might be CGI::Ajax.   I have hand coded my ajax so far, it
requires
> > javascript knowledge and a real clue stick (mastering ajax on
> > developerworks was my starting point).
> > 
> > -- 
> > Ken Foskey
> > FOSS developer
> > 
> > 
> 
>
 




 6 Posts in Topic:
How to select from a popup_menu without clicking submit?
mclaesson@[EMAIL PROTECTE  2008-01-07 08:46:47 
Re: How to select from a popup_menu without clicking submit?
foskey@[EMAIL PROTECTED]   2008-01-07 20:12:29 
Re: How to select from a popup_menu without clicking submit?
Justin.Warwick@[EMAIL PRO  2008-01-25 11:27:52 
Re: How to select from a popup_menu without clicking submit?
kanya@[EMAIL PROTECTED]   2008-01-07 12:06:44 
Re: How to select from a popup_menu without clicking submit?
mclaesson@[EMAIL PROTECTE  2008-01-07 11:01:19 
Re: How to select from a popup_menu without clicking submit?
foskey@[EMAIL PROTECTED]   2008-01-08 08:57:54 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Nov 21 20:47:33 CST 2008.