浏览 7027 次
锁定老帖子 主题:ajax 跨域访问
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2007-09-17
当用户打开引用这段代码页面时候,这段js访问 服务,取回数据,并在页面显示数据。 这里碰到了一个 ajax跨域访问的问题。 就是 比如引用这段js的网站是www.sina.com。 js要访问www.google.com 取得数据。 大家有没有碰到类似的。给个建议。 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2007-09-17
提取数据移到服务器端做,ajax传给js处理
|
|
返回顶楼 | |
发表时间:2007-09-17
可以通过做一个中间代理来解决ajax跨域的问题
|
|
返回顶楼 | |
发表时间:2007-09-17
把www.google.com加入到可信任站点,我们的项目就是这么做得,但在ff下没有办法
|
|
返回顶楼 | |
发表时间:2007-09-18
Have been implement by absolute js.the method is get js code from the server as this :<script type="" src="www.sina.com/xx.jsp"></script>.
in the jsp file.u can get the data and create the js code in the server side .and then run at the cient end. by this way.i do the job i want. and the more method which can resolve this method that can been argued here. |
|
返回顶楼 | |
发表时间:2007-09-18
有呀,跨域script tag看,看看yahoo服务就是这么弄的,XHR跨域,ie当中加入信任中可以,ff3.0正在搞信任header确认的XHR对象,是w3c新标准,还是script tag比较好用呀
|
|
返回顶楼 | |