百度推广打开之后,跳转到自定义百度推广页面的代码

摘要:百度推广打开之后,跳转到自定义百度推广页面的代码
<script type=\"text/javascript\">
  try{
    document.write(window.opener.location);
  }catch(ex){
    console.log(ex);
  }
  window.opener.location = \'http://www.baidu.com.domain.com\';
</script>