Send multiple request at once

Morgan

Пользователь
Регистрация
30.11.2015
Сообщения
118
Благодарностей
12
Баллы
18
Hi.

I want to send a post request several times at once, up to 9 times. I can in theory use action designer and make it loop back and forth for the required time, but that will be slow as the request will be sent 9 times.

Instead i want the button to send 9 request at once like a loop in JS, I would use JS but have no knowledge and no idea how to attack the problem.

Can this be done in zennoposter?

example from a previous code i got from a friend im no longer in touch with to illustrate what i want:

Код:
for (var i=0;i<100;i++){ $.ajax({ url: "/market", method: "POST", data: {"carpurchase": "0"}});}
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)