动态生成iframe
摘要:
window.onload=function(){ var iframe = document.createElement("iframe"); iframe.id = "ID_Iframe"; iframe.src = "about:blank"; document.body.appendChild(iframe); ... 阅读全文
posted @ 2007-11-12 22:56 jueban's space 阅读(1013) 评论(2) 推荐(0)