I am able to load an external website into an inline iframe I have on page1.php by adding target name to the hyperlink. However, what I can't seem to get working is making the URL load into the iframe through simply adding the link to the external site via the iframe src. Would it be possible with Jquery?
My code works, (as in iframe loads external site into iframe on hyperlink click) but what I want to know is how can I get the external page to load onLoad, given that the external page loads into the iframe on hyperlink click but not onload inside a blank page, as per above