dqwd71332 2016-03-21 18:56
浏览 142
已采纳

从另一个站点远程调用javascript函数

I have a upload script in another host and after remote file upload with Ajax I call a function like this :

echo '<script language="javascript" type="text/javascript">window.top.window.stopUpload('.$result.' , \'res2\' , uploaded , dkey);</script>';

the stopUpload function in the main page should run and do some thing (show pictures and ...) but I get Permission denied error

Error: Permission denied to access property "stopUpload"

tip : Imagine I have stopUpload function in pageA and I call send file with ajax to upload in my another Host page called pageB I have a stopUpload function in pageB which should run on pageA after upload complete but face to above error ...

Can I call javascript function in another page remotely?

Thanks.

  • 写回答

1条回答 默认 最新

  • duanliaoyu8419 2016-03-21 19:06
    关注

    You are probably violating Same Origin Policy.

    An Iframe can access parent window content only if they both belong to same origin. An origin consists of Protocol (http/https), domain name(example.com and port(default 80). If any of these are different then sites are considered from different origins. If you are able to modify content of both the sites then you can manually set the document.domain=domain.com. After that you won't get the error.

    #Edit

    Both the sites should at least have super domain in common for manual domain setting to work.

    For example, facebook.com and google.com can never be compatible since their super domains are different.

    However docs.google.com and developer.google.com can be compatible as they have super domain google.com in common.

    They both would have to declare document.domain=google.com in a script tag.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 PADS Logic 原理图
  • ¥15 PADS Logic 图标
  • ¥15 电脑和power bi环境都是英文如何将日期层次结构转换成英文
  • ¥20 气象站点数据求取中~
  • ¥15 如何获取APP内弹出的网址链接
  • ¥15 wifi 图标不见了 不知道怎么办 上不了网 变成小地球了
  • ¥50 STM32单片机传感器读取错误
  • ¥15 (关键词-阻抗匹配,HFSS,RFID标签天线)
  • ¥15 机器人轨迹规划相关问题
  • ¥15 word样式右侧翻页键消失