I have an iFrame and there is a anchor tag inside it with target="_blank". (<a href='#' target='_blank'>Link</a>)
What I want is when the page loads, the <a> tag is clicked automatically. I have tried several ways to achieve this with no luck yet.
One more thing, I can only change the code inside of the iFrame. The code of the iFrame is not in my hand.