问答详情
源自:1-11 模态弹出框--JavaScript触发时的参数设置(一)

remote的值怎么填

$("#mymodal").modal({
          remote:'https://www.baidu.com/'        });

提问者:qq_換個方向前進_03604091 2016-09-27 16:21

个回答

  • 春困秋乏夏打盹后冬眠
    2016-10-02 00:17:48

    remote:'https://www.baidu.com/',这样涉及到跨域了,好像只能引用同域名的网页,看报的错误是用的ajax,不是iframe。 

    错误:

    XMLHttpRequest cannot load https://www.baidu.com/bootstrap.html. Redirect from 'https://www.baidu.com/bootstrap.html' to 'https://www.baidu.com/search/error.html' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access.