Quantcast
Channel: Is there a way to call just a certain part of a website into an iframe? - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Marlin for Is there a way to call just a certain part of a website...

If you dont mind calling the whole page you can manipulate a DIV to make it LOOK like this is happening. The following code worked for me:<div style="overflow:hidden; width:608px;...

View Article



Answer by John Stimac for Is there a way to call just a certain part of a...

If the iframe webpage is on the same domain, you can use javascript to edit its contents via the standard DOM ( https://developer.mozilla.org/en/DOM/HTMLIFrameElement ). If the iframe webpage is not,...

View Article

Is there a way to call just a certain part of a website into an iframe?

I want to use an iframe to target a specific part of a webpage, and only show that part of the webpage (not the whole page). The issue is, I can only use HTML, JavaScript, and CSS. Are there anyways I...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images