打开网页后 自动点击 iframe 内 超链接 ,超链接仍然显示在 iframe内
<iframeframeborder="0"marginheight="0"marginwidth="0"border="0"scrolling="no"height="...
<iframe frameborder="0" marginheight="0" marginwidth="0" border="0" scrolling="no"
height="100%" width="100%" src=<meta http-equiv="refresh" content="0.1;url="网址"></iframe>
===
请问一下,怎么样在打开网页的时候,显示点击 网址 以后的页面?
谢谢
<iframe frameborder="0" marginheight="0" marginwidth="0" border="0" scrolling="no"
height="100" width="100%" src="网址" ></iframe>
这种格式,打开网页后实现,网址自动点击一下或刷新,并依然显示在iframe内 展开
height="100%" width="100%" src=<meta http-equiv="refresh" content="0.1;url="网址"></iframe>
===
请问一下,怎么样在打开网页的时候,显示点击 网址 以后的页面?
谢谢
<iframe frameborder="0" marginheight="0" marginwidth="0" border="0" scrolling="no"
height="100" width="100%" src="网址" ></iframe>
这种格式,打开网页后实现,网址自动点击一下或刷新,并依然显示在iframe内 展开
2个回答
展开全部
这个有个target=""属性,把这个属性加到你的代码中。你应该用加target="_top"到你的代码中,如下:
<iframe frameborder="0" marginheight="0" marginwidth="0" border="0" scrolling="no"
height="100" width="100%" src="网址" target="_top"></iframe>
<iframe frameborder="0" marginheight="0" marginwidth="0" border="0" scrolling="no"
height="100" width="100%" src="网址" target="_top"></iframe>
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
URL=“网址”这里的网址里面不是要填地址么?
追问
是的 就是个网址
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询