qop's notes
Shinder Lin, JavaScript, PHP
2014-10-10
從 iframe 取得 document 和 cookie
Cordova 製作的 App, 取得 iframe 的 cookie 方式
var iframe = $('#iiframe')[0];
var win = iframe.contentWindow || iframe;
var doc = iframe.contentDocument || iframe.contentWindow.document;
alert(doc.cookie);
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
FB 留言
沒有留言:
張貼留言