在框架系统中引入链接后给出错误无法加载资源net :: ERR_FILE_NOT_FOUND

时间:2014-08-20 06:20:34

标签: html

我在div中引入了框架,其中包含超链接。 当我尝试调试chrome中的html时,它给了我一个错误FILE_NOT_FOUND 请在下面找到代码

1 个答案:

答案 0 :(得分:0)

从我对你的问题的理解......

您必须提供'http://'以及网址。

<div class="color"> <iframe src="http://www.xoriant.com" name="iframe_a" width="800" height="200"></iframe> <a href="http://www.xoriant.com"; target="iframe_a"><span class="format">Xoriant Web Site</span></a></div>

请试试这个。希望这会对你有所帮助。

度过愉快的一天:)