如何让iframe标签显示src网页中指定的div? 5
比如我网页中有个iframe标签如下:<iframeid="weatherIframe"src="网页url地址"width="400px"height="100px"m...
比如我网页中有个iframe标签如下:
<iframe id="weatherIframe" src="网页url地址 "
width="400px" height="100px" marginwidth="0" marginheight="0" hspace="0" vspace="0"
frameborder="0" scrolling="no" style=" margin-top: 20px;">
</iframe>
如果我只想显示网页中特定的div如何实现? 展开
<iframe id="weatherIframe" src="网页url地址 "
width="400px" height="100px" marginwidth="0" marginheight="0" hspace="0" vspace="0"
frameborder="0" scrolling="no" style=" margin-top: 20px;">
</iframe>
如果我只想显示网页中特定的div如何实现? 展开
2个回答
展开全部
显示特定的div可以使用
document.getElementById("frmShowCube").style.display="block"; document.getElementById("charts11").style.display="none";来显示或不显示
frmShowCube与charts11代表div的id
document.getElementById("frmShowCube").style.display="block"; document.getElementById("charts11").style.display="none";来显示或不显示
frmShowCube与charts11代表div的id
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询