摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>标题</title><meta http-equiv="Content-Type" content= 阅读全文
posted @ 2012-01-13 16:29 BeyondMyself 阅读(269) 评论(0) 推荐(0) 编辑
摘要: <!--iframe 自动增高--> <script type="text/javascript"> function reinitIframe(){ var iframe = document.getElementById("mainframe"); try{ var bHeight = iframe.contentWindow.document.body.scrollHeight; var dHeight = iframe.contentWindow.document.documentElement.scrollHeight; 阅读全文
posted @ 2012-01-13 14:34 BeyondMyself 阅读(720) 评论(0) 推荐(0) 编辑