Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/google-chrome/4.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 Chrome/IE iframe未传递查询字符串/参数_Html_Google Chrome_Internet Explorer_Iframe_Query String - Fatal编程技术网

Html Chrome/IE iframe未传递查询字符串/参数

Html Chrome/IE iframe未传递查询字符串/参数,html,google-chrome,internet-explorer,iframe,query-string,Html,Google Chrome,Internet Explorer,Iframe,Query String,有没有人知道一种解决方案,可以让Chrome和IE传递附加到Iframe src的查询字符串?我的Iframe应该根据src中传递的参数加载页面,但看起来该参数被忽略了。它在Firefox中运行良好,如果我复制src url并直接浏览到它,在Chrome和IE中也可以运行。从iframe的src来看,它就是不起作用: <iframe id="tln-space" class="tln-space" src="http://sub.domai

有没有人知道一种解决方案,可以让Chrome和IE传递附加到Iframe src的查询字符串?我的Iframe应该根据src中传递的参数加载页面,但看起来该参数被忽略了。它在Firefox中运行良好,如果我复制src url并直接浏览到它,在Chrome和IE中也可以运行。从iframe的src来看,它就是不起作用:

<iframe id="tln-space" class="tln-space" src="http://sub.domain.co.za?uid=51cf83bf-44fe-4b10-bce7-051be48e8fbb" width="100%" frameborder="0" scrolling="yes" style="height: 600px;"></iframe>

在上面的示例中,似乎未传递
uid

主域和iframe域并不相同,但都使用http

提前谢谢


Morgs

您想在哪里使用iframe@SarthakKuchhaliframe是网站的一部分,原因可能是。。混合内容(iframe中的url是HTTP),您的站点可能是HTTPS。或者iframe url不能允许在其他网站上使用其站点URL@SarthakKuchhal它们都在使用
http
,iframe确实加载了一些内容,但它加载的内容如果没有指定uid,就会加载,而我已经指定了uid。iframe在Firefox中的加载也很好,只是IE和Chrome@Morgs你找到解决这个问题的办法了吗?因为即使是我也面临着同样的问题,任何帮助都会被感激的。你想在哪里使用iframe@SarthakKuchhaliframe是网站的一部分,原因可能是。。混合内容(iframe中的url是HTTP),您的站点可能是HTTPS。或者iframe url不能允许在其他网站上使用其站点URL@SarthakKuchhal它们都在使用
http
,iframe确实加载了一些内容,但它加载的内容如果没有指定uid,就会加载,而我已经指定了uid。iframe在Firefox中的加载也很好,只是IE和Chrome@Morgs你找到解决这个问题的办法了吗?因为即使是我也面临同样的问题,任何帮助都将不胜感激