2009-08-04 46 views
-1

dentro de un archivo HTA tengo un iframe y no esta enviando las cookies,hay alguna forma de que las envie correctamente。请勿将iframe中的cookies发送给您。

我有一个HTA文件内部的iframe,当我调用内部页面时,cookie不会发送到服务器。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 
<HTA:APPLICATION 
    ID="oHTA" 
    APPLICATIONNAME="Emp" 
    ICON='img/icono.ico' 
    SCROLL="no" 
    SINGLEINSTANCE="yes" 
    SELECTION='yes' 
    NAVIGABLE='yes' 
    SHOWINTASKBAR='Yes' 
    WINDOWSTATE='normal'> 
<title>HTA</title> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" /> 
</head> 
<body> 
    <iframe application="yes" width="238px" src="www.mypage.com" height="250px" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" id="frameId" name="frameId"></iframe> 
</body> 
</html> 

回答

1

可能是p3p标题的问题。我有一段时间问了a similar question,我也加了一篇关于它的博客文章。 Check it out here如果有帮助。

好,你的英语;-)

PodríaSER联合国problema CON拉斯cabeceras德P3P解释。他将自己的个人信息和他的个人信息联系起来,并发送给他人。

(希望这是正确的。使用谷歌翻译;-))

+0

杰杰奥,谢谢,对不起,双语言 – 2009-08-04 19:48:50