I am not sure if the JS forum is the right place for this, but suspect the solution might be JS based.
I need to fire a 1x1 image when a user clicks on a link. I thought about the onclick event but the requirement has some tricky needs:
-
The 1x1 should load (preferably fully) before the redirection happens - the redirection ideally being the src attribution of the anchor tag itself.
-
The 1x1 should fire at the bottom of the page, not adjacent to the link clicked.
Is this possible?
Thanks - been a while since I got dirty and this has me stumped