기록은 기억을 지배한다.

일요일 :
1주일 계획 수립


delete hash from the address bar (IE) web

if u need to remove a hash from browser title 
try this.
function removeHashFromTitle() {
    document.t-tle = document.title.replace( /#.*-, "");
}
window.-nload = function() {
      removeHashFromTitle(); }

트랙백

이 글과 관련된 글 쓰기 (트랙백 보내기)
TrackbackURL : http://hothead.egloos.com/tb/2749432 [도움말]

덧글

댓글 입력 영역