drupal : สร้างเนื้อหาจากเว็บข้างนอก
Submitted by wd on Sat, 2006-08-19 21:58
Topic:
อ่านพบจากDrupal and external webpages ทดลองดัดแปลงโค๊ดจาวาเล็กน้อย
สมมุติว่าจะเอาเนื้อหาจากบล๊อกคุณสมเจตน์ หน้า http://linuxtip.blogspot.com/2006/08/gnome-wallpaper.html
โค๊ดมีดังนี้
<script type="text/javascript">
<!--
moz=document.getElementById&&!document.all
mozHeightOffset=20
function resize_iframe(){
document.getElementById("I1").height=1000
document.getElementById("I1").height=window.frames["I1"].document.body.scrollHeight+(moz?mozHeightOffset:0)
}
// -->
</script>
<p>
<iframe width="100%" height="100%" frameborder="0" onload="resize_iframe()" border="0" src="http://linuxtip.blogspot.com/2006/08/gnome-wallpaper.html" name="I1" id="I1"> Your browser does not support inline frames or is currently configured not to display inline frames. </iframe>
</p>
ได้หน้าเว็บดังนี้







Recent comments