perl.javascript...How to tell remote that javascript is running by Carl A. Schreiber- March 31, 2005 Hi,I want to download some html-pages that send something different if javascript is not running. So use LWP::Simple; .. $got = get( $url );does not work, because LWP::Simple does not tell the sever that javascript is running.Is there a solution Right now I don&39;t need to run the javascript code I just want to act as it were possible.Thanks in advance,carlhttp://www.nntp.perl.org/group/perl.javascript/2005/03/msg37.html |