in reply to Re: Re: Executing Javascript from HTML pages in perl
in thread Executing Javascript from HTML pages in perl

But who uses stylesheets or DHTML in an LWP script?

  • Comment on Re: Re: Re: Executing Javascript from HTML pages in perl

Replies are listed 'Best First'.
Re: Re: Re: Re: Executing Javascript from HTML pages in perl
by jryan (Vicar) on Nov 07, 2002 at 17:23 UTC
    What about JavaScript's other uses? The guy never said that the JavaScript was DHTML; I was trying to bring up the point that JavaScript DOES have other uses besides poorly done client-side dynamic content.

      That's true, javascript does have other uses... I still don't see why it would be necessary to run a client-side javascript when the same result could be accomplished within the LWP script that the OP is trying to work on.