I need to open in the background of my page ( something like a iframe) a webpage that redirects to another webpage.
So A is my main page and I want to open page B, that redirects to page C. So the page B and page C should be opened in the background, without user knowing.
If I use iframe, my current page(A) gets redirected too to C and I don't want this to happen!