How do I: Open links in new window under the current?
Hi,
I have 30 or 40 different (going to different websites) links on many pages on my website, that I when clicked I need opening under the current window. (Pop-under) - but obviously needs to be done safely (no risk of being pop-up blocked??)
So rather than just a target="_blank" - it would be something slightly more complicated, doing a bit of research perhaps the .blur method would help (Though really I have no idea)
I'm using the jQuery library for other elements on the site, so jQuery would be ideal if there is a solution for this?
Can someone assist in helping me achieve this please?
Helpful links, where people are using this technique:
http://www.vouchercodes.co.uk/new-voucher-codes.html
If you click on "get code and open site" (Green button) - you'll see it opens up the website under the current window - which is exactly what I want to achieve (It also uses .toggle to switch divs (but i've done that part - just need help with pop-unders) - thanks.
Thanks,
Crispy.