I am trying to load an external page into a <div> and am currently using iframes. The page loads fine but I am having issues with the links opening in the frame. What I want is for the links to open in a new window. I know that this would normally be done with the a href target tag but I do not have access to change the link code that the external page has. While this is not a PHP issues I was wonder if PHP can do the job? I would prefer to not use iframes. Any thoughts or suggestions? Thanks!