close
 
Response.Write(String.Format("window.open('{0}','_blank')",ResolveUrl(pageurl)));

functionOpenInNewTab(url){var win = window.open(url,'_blank');
  win.focus();}

string
redirect ="<script>window.open('http://www.google.com');</script>";Response.Write(redirect);

ClientScript.RegisterClientScriptBlock(this.GetType(), "redirect", "window.open('mypopuppage.html')", true);
 
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 amychang2014 的頭像
    amychang2014

    工作需要筆記

    amychang2014 發表在 痞客邦 留言(0) 人氣()