0
I am testing a function that opens pop-up for certain link, and would like to call it to 2 links then basically your call is like this:
jsPopunder(URL);
I tried to create an array with the Urls and call the function using a loop according to the quantity, but it only works with the last URL of the array, as if I rewritten all previous calls, how can I call the same function 2 times? as if it were 2 different places in memory.
That one
jsPopunder
only allows 1 pop-up each time?– Sergio
Unfortunately I found the script on the net, has no documentation apparently yes.
– Thiago