URL とタイトルをウィンドウに表示する

javascript:document.write("<div style='position: absolute; top: 0px; left:0px;'>"+ window.document.title + "<BR>" + window.document.location.toString() + "</div>");