perl.javascript...CGI & javascript newbee question by hien chau- June 8, 2005 Hi,I have my form with a text field as follows: <input name="STATIC_TEXT" type="text">and button that calls a javascript function to createthis text field. <input name="DYNAMIC_TEXT" type="text">Both text fields have some text on them.on my CGI action, I have some codes like this.my $page = CGI->new;my $static_text = $page->param("STATIC_TEXT");my $dynamic_text = $page->param("DYNAMIC_TEXT");The result is..http://www.nntp.perl.org/group/perl.javascript/2005/06/msg40.html |