リファラを残さずにページを移動する
function replaceUrl(url){ document.write('<meta http-equiv="refresh" content="0;url='+url+'">'); document.close(); } replaceUrl('http://www.ugtop.com/spill.shtml');
こんな感じにすればいい。
連絡先: twitter: @javascripter にどうぞ。
function replaceUrl(url){ document.write('<meta http-equiv="refresh" content="0;url='+url+'">'); document.close(); } replaceUrl('http://www.ugtop.com/spill.shtml');
こんな感じにすればいい。