hyperlink - How can I open links in the background? -


i have little coding knowledge outside of html appreciate time , patience.

i not looking write code me, push in right direction.

my website works sending customers third party website. have been provided several links plant cookie in users browser when click on it.

i make 3 or 4 links open in background (so cookie planted) without user seeing these websites open.

does have suggestions how this? tried using

<div id="follow-links" style="display: none;"> <iframe name="1" src="link1" width="1" height="1"> <iframe name="2" src="link2" width="1" height="1"> <iframe name="3" src="link3" width="1" height="1"> </div> 

but didn't seem work.

i apologize again inexperience , appreciate , advice no matter how big or small. :)


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -