2
我想創建一個內部可見的iframe頁面。該網頁位於我的網域之外。通常我那樣做:使用POST加載頁面到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.