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


i want use iframe target specific part of webpage, , show part of webpage (not whole page). issue is, can use html, javascript, , css. there anyways might able this?

what i'm trying shoutbox: http://tech-revolution.com/forum/vbshout.php?do=detach&instanceid=1 display in iframe on page, want shoutbox, not rest of page.

if dont mind calling whole page can manipulate div make happening. following code worked me:

<div style="overflow:hidden; width:608px; height:270px;">   <iframe  scrolling="no" frameborder="0"   src="http://tech-revolution.com/forum/vbshout.php?do=detach&instanceid=1#dbtech_shoutbox1"    style="width:728px; height:270px; border:none; margin-left:-60px;"/>   </div> 

but perhaps should check component's authors see if there's way render way want on server , you'll need frame different url.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -