Load website into DIV

前端 未结 5 2104
我在风中等你
我在风中等你 2020-11-28 15:12

how do i actually retrieve data from a website when i write the URL in a textbox and then hit the submit button. I want the data to be put in an div that i have. Is this pos

5条回答
  •  离开以前
    2020-11-28 15:40

    Is the URL on the same domain as the page itself? For security reasons most browsers will not allow cross site AJAX requests. For more info on why see link text

提交回复
热议问题