duanna1407 2018-06-12 17:14
浏览 111

如何在php中显示iframe中的src链接

I have a iframe in php page.

<iframe align="middle" allow-top-navigation='yes' seamless='seamless' src="http://www.hikvisionindia.com/products/network-camera" scrolling="yes" align="middle" style="height: 1000px;  border: 0px none; width: 900px; margin-top: -140px; margin-left: 50px;"  name="myFrame">
</iframe>

I want to show src link in iframe. But its giving blank page. But when I change the src to src="http://www.hikvisionindia.com/products/network-camera" then its showing page.

What is wrong? Please help.

  • 写回答

0条回答 默认 最新

    报告相同问题?