Topic: How I can execute Javascript into Perl? (Read 561 times)
Google dot what?
Posts: 2
16 credits Members referred : 0
« on: Aug 25, 2006, 03:41:06 PM »
"I don't know how I can execute an event of Javascript into a link in a program in Perl. This event of JavaScript have executed a function that return a HTML page. Anybody know how I can it?
Is it possible do it this?: $datos=$datos.""<a href='"" . $me . ""?C=OFERTAS2&EMPRESA="".$empresa_param.""&NREF="".$nref.""' onMouseOver=""linkFTecnica(nref2)"">"";
What is bad in this code?
Thank you very much. "
« Last Edit: Aug 25, 2006, 03:42:55 PM by Nikolas »
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 7970
40777 credits Members referred : 3
« Reply #1 on: Aug 25, 2006, 03:45:36 PM »
I am not sure what you want to do, but the usual way to use server side code with javascript is to use something like :