只是小人物

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2013年1月4日

摘要: //让Iframe自动适应高度function SetWinHeight(obj){var win=obj;if (document.getElementById){if (win && !window.opera){if (win.contentDocument && win.contentDocument.body.offsetHeight){if(win.contentDocument.body.offsetHeight<420){win.height = 420;//设置最小高度}else{win.height = win.contentDocum 阅读全文
posted @ 2013-01-04 08:45 只是小人物 阅读(2629) 评论(0) 推荐(0) 编辑