Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/84.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/7/python-2.7/5.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
Html 我为两个iframe创建了一个next和back选项。问题是它们都在页面加载时显示_Html_Iframe - Fatal编程技术网

Html 我为两个iframe创建了一个next和back选项。问题是它们都在页面加载时显示

Html 我为两个iframe创建了一个next和back选项。问题是它们都在页面加载时显示,html,iframe,Html,Iframe,正如标题所说,当页面加载时,两个iFrame都会显示出来。当页面加载时,我可以单击“上一步”或“下一步”,它会转到其中一个iFrame。我更喜欢从一个特定的开始 <iframe src="https://quizlet.com/217817566/match/embed" id="panel11" width="1030" height="500"></iframe> <iframe src="http://www.c9.io" id="panel10" wi

正如标题所说,当页面加载时,两个iFrame都会显示出来。当页面加载时,我可以单击“上一步”或“下一步”,它会转到其中一个iFrame。我更喜欢从一个特定的开始

<iframe  src="https://quizlet.com/217817566/match/embed" id="panel11" 
width="1030" height="500"></iframe>
<iframe  src="http://www.c9.io" id="panel10" width="1030" 
height="500"></iframe>

我不知道如何使用代码发布,因为我大约15分钟前注册了,所以我在那里抛出了一个JSFIDLE

谢谢

亚伦

另外,对编码来说还是相当陌生的