标签:
function Report() {
var info = document.getElementById("iframeReport");
$(info).attr("height", "600px");
$(info).attr("src", "/ZS_Site/BaseMonitor/PopReport.aspx?BaseID=" + BaseID);
}
<iframe frameborder="0" id="iframeReport" style="width: 100%;"></iframe>
标签:
原文地址:http://www.cnblogs.com/sll-fuling/p/4980845.html