in reply to Re^2: Working examples with WWW-Scripter-Plugin-JavaScript?
in thread Working examples with WWW-Scripter-Plugin-JavaScript?

Is there any way to turn of javascript checking, i'm getting a lot of errors and it's slowing my parsing a lot?
  • Comment on Re^3: Working examples with WWW-Scripter-Plugin-JavaScript?

Replies are listed 'Best First'.
Re^4: Working examples with WWW-Scripter-Plugin-JavaScript?
by Corion (Patriarch) on Aug 22, 2015 at 13:32 UTC

    What do you mean by "Javascript checking", and what kind of errors do you get? Maybe you don't want to handle Javascript at all?

Re^4: Working examples with WWW-Scripter-Plugin-JavaScript?
by stajne (Initiate) on Sep 07, 2015 at 13:12 UTC
    getting errors like : "SyntaxError: Expected identifier but found '5)*a+b}},t' at line 1." "ReferenceError: The variable jQuery has not been declared at" "ReferenceError: The variable $ has not been declared at" i need javascript, tried without it and it won't work

      It seems that either your Javascript or the module is broken. As you don't show any relevant code, it's hard for us to guess where the exact problem might lie. If you can post a short, self-contained Perl program that we can run to try to replicate your problem, that will help us to help you better.

      Maybe you need to also download additional files referenced by your HTML page, like the appropriate Javascript files?