Accessing Client's 'localhost' from JavaScript Online

后端 未结 5 778
旧时难觅i
旧时难觅i 2021-01-05 09:01

this is what I am trying to do.

  1. I have made a few .html pages with JavaScript code in it and hosted them on a Yahoo server.

  2. Now when a clien

5条回答
  •  無奈伤痛
    2021-01-05 09:45

    Cross-site Scripting

    You cannot access what is not on your domain, unless it is a Web Service returning XML or JSONP

提交回复
热议问题