Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/464.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/72.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript Wordpress-Iframe可以';在路径中找不到.html_Javascript_Html_Wordpress_Iframe_Resize - Fatal编程技术网

Javascript Wordpress-Iframe可以';在路径中找不到.html

Javascript Wordpress-Iframe可以';在路径中找不到.html,javascript,html,wordpress,iframe,resize,Javascript,Html,Wordpress,Iframe,Resize,此代码位于自定义页中,路径为 Iframe尝试访问文件“Iframe\u resize.html中的高度,因此在浏览器控制台中出现错误 得到 404(未找到) /informacija/adcparking/iframe_resize.html?高度=665:1 因此,有一个问题需要解决:iframe\u resize.html?您正在链接到一个脚本/iframe\u resize.js。您可以发布源代码或指向它的链接吗?我猜这就是请求iframe\u resize.html的原因,并且在某个地

此代码位于自定义页中,路径为

Iframe尝试访问文件“Iframe\u resize.html中的高度,因此在浏览器控制台中出现错误

得到 404(未找到) /informacija/adcparking/iframe_resize.html?高度=665:1


因此,有一个问题需要解决:iframe\u resize.html

您正在链接到一个脚本
/iframe\u resize.js
。您可以发布源代码或指向它的链接吗?我猜这就是请求iframe\u resize.html的原因,并且在某个地方存在路径问题。iframe\u resize.js
函数resizeiframehight(h){document.getElementById('iframe_intg_container')。style.height=h+'px';}
两个文件我都有iframe_resize.html
/
所以你有一个名为iframe_resize.html的文件?但它不在同一个目录中?然后你有两个选项,要么把它放在正确的目录中,要么在另一个文件中更新它的路径。不确定问题出在哪里。
<div id="content-inner">
         <script type="text/javascript" src="/iframe_resize.js"></script>
        <iframe id="iframe_intg_container" frameborder="0" src="http://rezervacija.adcparking.com/integration/?type=full&c=a9d15799d4c7b5c" scrolling="no" style="width: 960px; height: 500px;"></iframe>
    </div>