Let me share the code I've been working on:
<!DOCTYPE html>
<html>
<head>
<base target="_blank">
</head>
<body>
<div style="border: 2px solid #D5CC5A; overflow: hidden; margin: 15px auto; max-width: 800px; max-height: 1750px;">
<base target="_blank" />
<iframe name="myIframe" scrolling="auto" src="http://example.com" style="border: 0px none; margin-left: -30px; height: 4000px; margin-top: -900px; width: 850px;">
</iframe>
</div>
</body>
</html>
I attempted to use the target attribute without success. Any suggestions would be greatly appreciated.