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

  1. P

    Problem with Javascript Prompt

    Hi there! I want my templte to show up javascript prompt, so that I could type in some data manualy. For this purpose I'm using Browser settings -> Javascript Prompt. However, the prompt window doesn't show up. I tested Javascript Confirm too, but with the same result. I ensured Javascript is...
  2. P

    [SOLVED]  Keystroke emulation + dynamic variables

    Hi I'm trying to get the Keystroke emulation feature work with dynamic values like {-Variable.content-}. It doesn't work though. I tried static text in the same template and it wokred ok. Am I missing anything? thanks cheers pete
  3. P

    Mass FTP uploads

    Hi Guys! Can I use dynamic varables in the FTP Connection wizzard as shown here: http://www.mediafire.com/view/?dj37oatz4j2xck2 ?? I tried this and it failed to upload file to the server. cheers pete
  4. P

    [SOLVED]  4.0.8.2 - Email verification bug - please fix as ZP is useless now...

    Hi I mentioned few days ago that there is a problem with the email verification feature in Project Maker. I have been testing it for a while and there is definetely something wrong with it. What is happening During debugging a template in Project Maker, when it comes to an email...
  5. P

    [SOLVED]  'Write to file' weird behavior...

    Hi, when i'm trying to write a line to a text file, I get this: word1: word2: word3: word4 sometimes this: word1:word2: word3:word4 instead of this: word1:word2:word3:word4 Any idea of how to fix it? cheers pete
  6. P

    [SOLVED]  4.0.8.2 - email verification problem

    Hi guys, I have upgraded to 4.0.8.2 and email verification (neither in project makes in the debug mode nor zennoposter) stopped working properly. After a while of waiting I got a messgae about error: "An error occured in project while running". Verification emails arrive ok as I...
  7. P

    [SOLVED]  The Scheduler bug

    Hi Guys, there is definetely something wrong with the Scheduler. Example: I set a project to be run on daily basis (every workday, at 10:00am). Then close ZennoPoster. Once it is run again, the scheduler doesn't remember setting for particular projects: - scheduler is not active - all...
  8. P

    Sneaky replacement

    Hi Guys! just a quickie one... There is a text, where I want to replace the second full stop (.) with a substring. How to achieve this? any ideas? cheers pete
  9. P

    ZP cuts off the first letter from the line

    Hi! I have a text file where there is just one item per line (no separators): John Adam Patrick etc... I defined the table to take data from that file. However, when the branch takes random line, it cuts off the first letter. For example: for "John", I get "ohn". Etc.. My...
  10. P

    "Logical if" branch

    Hi guys! just a quickie one... Statement: ('{-Variable.Variable1-}' != '' || '{-Variable.Variable2-} != '') seems not working in a "Logical if" branch. is there any way to check more than one condition in that branch? thanks cheers pete
  11. P

    Clicking random link on page

    Hi guys! Using Branch Builder I found 10 links on a page. Then I want Zennoposter to select randomly one of them and click on it. How can I achieve this? Many thanks! cheers pete
  12. P

    Semi math question

    Hi guys, how to solve this kind of protection: "Provide second chracter of the strong: DJhsj783ghdk"? I parsed the source code and have both strings: number and code. What now? I was trying to use Javascript but have no idea how to get it work. Many thanks for your help! cheers pete
  13. P

    The Scheduler bug

    hi when I'm trying to set a task in the Scheduler so that it runs every workday, ZennoPoster (3.6) sets it automatically to every day (including sat and sun). Setting a task so that it runs every - say - 3 days also fails. Is it a known bug? Is there any workaround? thanks! pete
  14. P

    Interesting problem

    Hi there is a web form, where I have this: <input id="rok_1" class="txt special" name="rok_1" value="19" maxlength="4" type="text"> <input id="rok_2" class="txt special" name="rok_2" value="19" maxlength="4" type="text"> <input id="rok_3" class="txt special" name="rok_3" value="19"...
  15. P

    Getting value of selected Radio button

    Hi Guys, I have a form where 10 radio buttons sit in. I randomly pick up one using Macro (random number). Now, I would like to get a value of selected radio button. How do I achieve this? Many thanks! cheers pete
  16. P

    ZennoPoster is not submitting...

    Hi Guys! While building a template, I clicked on the 'submit' button but nothing was happening for next few minutes. The form wasn't submitted. Then I tried to submit the same form but used Branch Builder this time instead. Using it, I found proper button, set the 'Click' event and tested...