Restoration
11/11/2016 - 11:38 AM

ウィンドウをオープンする

ウィンドウをオープンする

function openLink(){
  window.open("/*リンク先URL*/", "/*名前"*/);
}
setTimeout("openLink()", /*秒数*/);