2008/01/01

[教學]取得網頁文件資訊

document.title 網頁標題
document.URL 本頁URL
document.referrer 上一頁URL

document.write(document.title);
document.write(document.URL);
document.write(document.referrer);

沒有留言: