Re: How do embed javascript

2003-02-27 Thread Todd Wade
"Tom McKellips" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > When I run it on the command line I get no errors. But Still the Javascript > fails to execute in the browser if it is generated from PERL. If I put the > very same javascript in it's own html page and call it with a br

Re: How do embed javascript

2003-02-27 Thread Tom McKellips
When I run it on the command line I get no errors. But Still the Javascript fails to execute in the browser if it is generated from PERL. If I put the very same javascript in it's own html page and call it with a browser it works perfect. Do I have to escape javascript in perl some how? On Thu

Re: How do embed javascript

2003-02-27 Thread Tom McKellips
; From: "Tom McKellips" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, February 27, 2003 3:00 AM > Subject: How do embed javascript > > > Hi, > > > > How do I embed a java script inside a perl cgi? In my perl code I have a > > print < > Inside of the html i have a

Re: How do embed javascript

2003-02-27 Thread zentara
On Wed, 26 Feb 2003 19:00:18 -0800, [EMAIL PROTECTED] (Tom McKellips) wrote: >Hi, > >How do I embed a java script inside a perl cgi? In my perl code I have a Watch wordwrap :-) This javascript will give you the option to view another cgi in a popup window. The printenv script is at the bottom

How do embed javascript

2003-02-26 Thread Tom McKellips
Hi, How do I embed a java script inside a perl cgi? In my perl code I have a print < but none of it ever executes. I call it with a web browswer and view the source and it looks correct. Also I know that the javascript itself works fine. I have placed it in a html page of it's own and it has r