Albert 網路筆記
2014年12月2日 星期二
jQuery ajax() 跨網域取得 Session Cookie
【文件 headers 設定】
Access-Control-Allow-Origin : http://www.domainname.com
Access-Control-Allow-Credentials : true
【ajax 範例】
$.ajax({
url: http://www.domainname.com,
xhrFields: {
withCredentials: true
}
});
[HTML] FRAME 使用範例
<title>Frame 左右分頁範例</title>
<frameset cols=15%,50%>
<frame src="left.html" name=left>
<frame src="main.html" name=main>
</frameset>
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)