我在不同的域中有两个不同的 Web 应用程序。在web app1
,我有一个 iframe,它的 src 引用了一个页面web app2
。需要在 iframe 中加载的页面有一些 JQuery。但问题是它没有在 iframe 中加载。但是,如果我在同一个 web app2 中访问同一个页面,那么它工作正常。It works fine in Fire fox and the issue is only with IE. am using IE7.
我在页面中有以下代码,需要在 iframe 中呈现。
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js" ></script>
<script src="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.11.0/jquery.validate.js"></script>
我在这里做错什么了吗?请帮我!
谢谢!