Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Thnkxmy $js=<<SCRIPT; function update(msg){ obj=getElementByID('box'); val=obj.value(); alert(val); } SCRIPT ...... for (my $i=0;$i<3;$i++){ update(msg);#call JS function }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Invoking Jscript function without actionevent
by moritz (Cardinal) on Apr 18, 2008 at 09:59 UTC | |
|
Re: Invoking Jscript function without actionevent
by elmex (Friar) on Apr 18, 2008 at 11:23 UTC | |
|
Re: Invoking Jscript function without actionevent
by Anonymous Monk on Apr 18, 2008 at 09:57 UTC |