当我尝试打开我的页面时,我收到此异常(有时并非总是如此):
{success: false, message:"Blocked a frame with origin "my web site addres" from accessing a cross origin frame."}
我正在使用窗口。这可能是例外的原因吗? 窗口基本属性;
<ext:Window runat="server" ID="winList"
Hidden="True" Layout="VBoxLayout" Modal="True" AutoScroll="True" MinHeight="500"
MaxHeight="500" MinWidth="1270" MaxWidth="1270" X="20" Y="20" Closable="False">
<LayoutConfig>
<ext:VBoxLayoutConfig Align="Stretch" />
</LayoutConfig>