我正在尝试在iframe中加载网页,但所有时间我都收到同样的错误:
Not Found
The requested URL /test/app/www.google.com was not found on this server.
Apache/2.2.17 (Ubuntu) Server at lira.tlmat.unican.es Port 80
我在参数(mypage.html?page = www.google.com)
中将网址发送到我的网页但它总是试图在我的服务器内打开一个网页。我想加载一个外部页面。
这是我得到的错误:
GET http://myserver.es/test/app/www.google.com 404 (Not Found) newsPage.html?page=www.google.com:57
(anonymous function) newsPage.html?page=www.google.com:57
c jquery-1.9.1.min.js:3
p.fireWith jquery-1.9.1.min.js:3
b.extend.ready jquery-1.9.1.min.js:3
H
答案 0 :(得分:1)
您可能需要在iframe的网址开头添加“http://”,以表明它是外部网址。您可以尝试将“http://”附加到页面GET参数吗?