Advanced iframe question

Consider you want to embed a page using an iframe which would require a height of 2000 in order to display the whole page...

Is it possible to make 4 iframes each at a height of 500, with the first displaying the page from height 1-500, the second, 501-1000, third 1001-1500, and the last 1501-2000. With the idea this would display the whole page seamlessly using 4 iframes instead of 1. 

Without worrying "why" someone would want to do this, is it possible? If so, how? thanks...

589 Views
Message 1 of 4
Report
3 REPLIES 3
Square

Yes, though I think you'd need to add anchors for each point of the page and use that with the SRC that the iframe has. What I mean by that is have an anchor that is 500 pixels down the page called "500px" for example, then the SRC of the iframe for that one would be something like "https://www.mysite.com/mypage.html#500px".

580 Views
Message 5 of 4
Report

thanks Adam...

I'm not sure I can figure out how to place an anchor, much less ensure they are placed at 500pixels, etc... Could I use a horizontal rule? If so, can the ifram be set for beginning of the page to the first hr, then the next one be set for 1st hr to 2nd hr etc?

564 Views
Message 5 of 4
Report
Square

Hmm... I'm not sure. Are you coding this other page by hand?

530 Views
Message 5 of 4
Report