RE: Passing perl variables to Javascript function

2001-05-10 Thread Toby Stuart
have perl/CGI build the javascript t0by > -Original Message- > From: Kan, Yu-Ting [SMTP:[EMAIL PROTECTED]] > Sent: Friday, May 11, 2001 2:28 PM > To: ActivePerl > Subject: cgi: Passing perl variables to Javascript function > > Dear all, > > I spend half of day trying how can I g

cgi: Passing perl variables to Javascript function

2001-05-10 Thread Kan, Yu-Ting
Dear all, I spend half of day trying how can I get variables communicating between perl code and javascript. In my cgi application , i need to call some javascript function and also passing some variables to it. However these variables are pre-process in perl script like $somevariable The call ja