Click me: Hash2History
source: /** * load is the document load handler */ function load(){ hashnr = 0; if (document.all){ /** * create an (empty) iframe if IE is detected * the strange src should resolve the 'mixed * content' annoyance using https */ var fr = document.createElement('iframe'); document.appendChild(fr); fr.style.display = 'none'; fr.src = 'javascript:""'; frm = fr.contentWindow; frContentTemplate = '