Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/90.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中断_Html_Iframe - Fatal编程技术网

Html 防止iframe中断

Html 防止iframe中断,html,iframe,Html,Iframe,我有一个iframe在我的网页(像facebook等)。我可以防止从这个iframe中爆发吗 我不知道iframe数据是否可以在我的会话/表单中读取等如果您担心安全性:无需。包含外部页面的iframe无法读取父页面中的会话或提交表单。这一点是可以避免的 除此之外:防止框架破裂是一项复杂的任务。请参阅以了解其中的一些复杂性,以及“frame buster buster”的工作代码示例

我有一个iframe在我的网页(像facebook等)。我可以防止从这个iframe中爆发吗


我不知道iframe数据是否可以在我的会话/表单中读取等

如果您担心安全性:无需。包含外部页面的iframe无法读取父页面中的会话或提交表单。这一点是可以避免的

除此之外:防止框架破裂是一项复杂的任务。请参阅以了解其中的一些复杂性,以及“frame buster buster”的工作代码示例