我想创建一个与其他页面可见里面的iframe。 该网页是我的外域。 通常我那样做:
$('<iframe />').attr('src','www.thepage.com?data=1').appendTo('body')
但是,如果www.thepage.com
通过POST而不是GET是可访问的,我应该怎么加载呢? $.ajax( type:'POST',...)
由于未能Origin null is not allowed by Access-Control-Allow-Origin.