- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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".
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hmm... I'm not sure. Are you coding this other page by hand?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report