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

But in which way would that make it not possible to mimick the GET/POST requests a user agent would eventually send?

Makeshifts last the longest.

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

Replies are listed 'Best First'.
Re: Re^3: Executing Javascript from HTML pages in perl
by jryan (Vicar) on Nov 07, 2002 at 06:03 UTC
    In the case where the code needs to run on the client side.
      Right, but what does it do? You can't save anything locally using Javascript; if you want to permanently affect anything you have to eventually invoke something on the server - and at that point, LWP can be plugged in.

      Makeshifts last the longest.

        So who says something has to be effect anything permanently to be useful? ;) For instance, although we all hate them, popup ads would not be possible without client-side Javascript, and neither would most snazzy DHTML.