"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
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
; 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
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
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