develooper Front page | perl.javascript | Postings from June 2005

CGI & javascript newbee question

From:
hien chau
Date:
June 8, 2005 11:41
Subject:
CGI & javascript newbee question
Message ID:
20050608065651.51010.qmail@web54503.mail.yahoo.com
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 create
this 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 $static_text has expected text, but
$dynamic_text is empty. Could anybody give some
advices on this.

Thanks, Hien




		
__________________________________ 
Yahoo! Mail 
Stay connected, organized, and protected. Take the tour: 
http://tour.mail.yahoo.com/mailtour.html 




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About