如何正确加载脚本此页面试图从未经身份验证的源加载脚本? https的网站无法正常工作。
<iframe src="http://services.norq.am:8081/gorc/Gorcatu/IsertPagesGortsatu/for_empl.asp" width="650" height="600" frameborder="0" scrolling="auto"></iframe>
答案 0 :(得分:0)
尝试将“ http”更改为“ https”,因此您应该:
<iframe src="https://services.norq.am:8081/gorc/Gorcatu/IsertPagesGortsatu/for_empl.asp" width="650" height="600" frameborder="0" scrolling="auto"></iframe>