So I'm trying to iframe the merchants lander and everything looks good until I click on a link. When it takes me to the buy now page, the scrollbar automatically goes to halfway down the page, way below the fold. Anyone know what's going on here?
HTML:
<html>
<head>
<title>Title</title>
</head>
<body>
<div align="center">
<iframe
src="http://www.myaffiliateurl.com"
marginheight="0" marginwidth="0" frameborder="0" height="4000"
scrolling="no" width="1500"></iframe></div>
</body>
</html>