Результаты поиска

  1. P

    Own Javascript does not return a value

    *bump* What are the differences between normal Javascript and "Zennoposter-Javascript"? Can not get my code running...
  2. P

    Own Javascript does not return a value

    -- deleted same post occured two times --
  3. P

    Own Javascript does not return a value

    I tried everthing posted - no results :( Even with: var regex = /^http/; if(!regex.test({-Variable.LinkItem-})) { {-Variable.result-} = http://example.de" + "{-Variable.LinkItem-}"; } else { {-Variable.result-} = "{-Variable.LinkItem-}"; } {-Variable.result-};
  4. P

    How resolve this captcha?

    Regex 1: \d{1};\d{1} Regex 2: \d{1};[A-Z]{1}
  5. P

    Own Javascript does not return a value

    I investigated that return does not work. Although it is described in the documentation of Zenno 3. Second problem is - if you use a {-foo-} variable to assign another variable. If you do that, the script does not work. In my case it is the following statement: Also string concatination with...
  6. P

    Own Javascript does not return a value

    Hello, I got the following code running in Zenno 4.2.5.0 which does not return a value. var url = {-Variable.LinkItem-}; var regex = /^http/; if(!regex.test(url)) { return "http://example.com" + url; } else { return url; } Even if I try this, nothing returns: return "http://someurl.any"...
  7. P

    [SOLVED]  Problem with example Tumblr and element tree item select

    - - - ------------------------------------------------------------------------- PROBLEM SOLVED -> UPGRADED MY 4.2.0.0 TO THE NEW 4.2.5.0 = WORKING ------------------------------------------------------------------------- Hello folks, I got a problem with the example of Tumblr. On the captcha...