Search found 12 matches

by JohnnyMaus0912
Mon Sep 18, 2017 6:22 pm
Forum: iMacros for Firefox
Topic: Loop Datasource
Replies: 28
Views: 21747

Re: Loop Datasource

I have changed the code var Macro = ""; Macro += "CODE:" + "\n"; Macro += "SET !ERRORIGNORE YES" + "\n"; Macro += "SET !DATASOURCE homepage.csv" + "\n"; Macro += "SET !DATASOURCE_COLUMNS 1" + "\n"; Macro += &q...
by JohnnyMaus0912
Sun Sep 17, 2017 1:23 pm
Forum: iMacros for Firefox
Topic: Loop Datasource
Replies: 28
Views: 21747

Re: Loop Datasource

If I start the macro now, then he does not recognize the second macro at all. It only plays the first macro from the script. I hope I explain this understandably. On my homepage there are several categories of shishas, these are to be opened with the first macro gradually. Once he is in one of these...
by JohnnyMaus0912
Sun Sep 17, 2017 3:05 am
Forum: iMacros for Firefox
Topic: Loop Datasource
Replies: 28
Views: 21747

Re: Loop Datasource

But I did this, in the code I have set up above. :cry: var Macro = ""; Macro += "CODE:" + "\n"; Macro += "SET !ERRORIGNORE YES" + "\n"; Macro += "SET !DATASOURCE homepage.csv" + "\n"; Macro += "SET !DATASOURCE_COLUMNS 1"...
by JohnnyMaus0912
Sat Sep 16, 2017 10:46 am
Forum: iMacros for Firefox
Topic: Loop Datasource
Replies: 28
Views: 21747

Re: Loop Datasource

I wanted to have two datasource in a macro. And the second, should work just like the first. When both have gone through, just start over again. But I think I'm too stupid for it. :|
by JohnnyMaus0912
Tue Sep 12, 2017 6:58 pm
Forum: iMacros for Firefox
Topic: Loop Datasource
Replies: 28
Views: 21747

Re: Loop Datasource

Could you give me an example? Is this right with the code? EDIT: Could someone help me? var Macro = ""; Macro += "CODE:" + "\n"; Macro += "SET !ERRORIGNORE YES" + "\n"; Macro += "SET !DATASOURCE homepage.csv" + "\n"; Macro += &quo...
by JohnnyMaus0912
Tue Sep 12, 2017 2:22 pm
Forum: iMacros for Firefox
Topic: Loop Datasource
Replies: 28
Views: 21747

Re: Loop Datasource

All right, I'll try right out. But what do you mean by +1? If I have 4 lines, then I write: for (var loop = 1; loop <4; loop ++) EDIT: Is it also possible to have two datasource in a macro? Because my intention is that he opens certain areas from my homepage and then opens certain files there. Do yo...
by JohnnyMaus0912
Mon Sep 11, 2017 5:52 pm
Forum: iMacros for Firefox
Topic: Loop Datasource
Replies: 28
Views: 21747

Re: Loop Datasource

I'm sorry if you misunderstood. The changing wait time is only there to try out something and bring some change. The times are also changed or completely changed in fixed times. But I do not know yet. I keep the whole relatively anonymous, because customers should not see this and the homepage is no...
by JohnnyMaus0912
Sun Sep 10, 2017 2:01 pm
Forum: iMacros for Firefox
Topic: Loop Datasource
Replies: 28
Views: 21747

Re: Loop Datasource

Stop! This is not about spamming. I need this script for my Shishabar for the TV. I will display my own website with different images etc. during the opening hours.
by JohnnyMaus0912
Sat Sep 09, 2017 5:04 pm
Forum: iMacros for Firefox
Topic: Loop Datasource
Replies: 28
Views: 21747

Re: Loop Datasource

Have now a file under "Macros" created with this code and it ending with the ending "js". It does not work. Would be nice if you could help me. It sprint only in the last lines, if I want to start it under "Firefox". For example, there are two words in the Datasource fi...
by JohnnyMaus0912
Fri Sep 08, 2017 5:50 pm
Forum: iMacros for Firefox
Topic: Loop Datasource
Replies: 28
Views: 21747

Re: Loop Datasource

Okay, thanks for this reply. Have no idea of Java, maybe you had a small script for me or is that very difficult?
by JohnnyMaus0912
Fri Sep 08, 2017 2:24 pm
Forum: iMacros for Firefox
Topic: Loop Datasource
Replies: 28
Views: 21747

Re: Loop Datasource

Still does not work. As soon as "iMacros" is entered from the database at the last word, it still does not start with the first one.
That means I need a loop, that he always starts the database from the beginning, once it has gone through.
by JohnnyMaus0912
Thu Sep 07, 2017 3:40 pm
Forum: iMacros for Firefox
Topic: Loop Datasource
Replies: 28
Views: 21747

Loop Datasource

Hello everybody! Sorry for my bad english, I'm from Germany and need some help with "iMacros". I have created a database ("Datasource") with 5 different words. The script should gradually enter each word and then start over again, this does not work. Here is my script: Does someb...