Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/418.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/2/jquery/71.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 我怎样才能在不重新加载Html或JS格式的广播帧的情况下更改包含广播帧的页面_Javascript_Jquery_Json_Html - Fatal编程技术网

Javascript 我怎样才能在不重新加载Html或JS格式的广播帧的情况下更改包含广播帧的页面

Javascript 我怎样才能在不重新加载Html或JS格式的广播帧的情况下更改包含广播帧的页面,javascript,jquery,json,html,Javascript,Jquery,Json,Html,我有两页: index.html和About.html,在每一页中我都有一个类似dyhis的框架: <iframe src="https://www.myradio.com/cela-radio/" frameBorder="0"></iframe> 这是一个无线电帧,我想当用户将页面index.html更改为about.html时,无线电不会切断声音,也不会在第二个页面中重新加载,所以我可以这样做吗?@Sylarman5我相信您可以使用本地存储来验证您的领土是否在

我有两页: index.htmlAbout.html,在每一页中我都有一个类似dyhis的框架:

<iframe src="https://www.myradio.com/cela-radio/" frameBorder="0"></iframe>


这是一个无线电帧,我想当用户将页面index.html更改为about.html时,无线电不会切断声音,也不会在第二个页面中重新加载,所以我可以这样做吗?

@Sylarman5我相信您可以使用本地存储来验证您的领土是否在其他页面中打开。如果有值,则不执行此页中的收音机。

可能重复