0
courtSearchBtn.Attributes.Add("onclick", "window.open('"+ url + "', '_self')");
我可以用什麼方法讓它在同一窗口中打開?Attributes.add url在同一個瀏覽器窗口中
感謝
courtSearchBtn.Attributes.Add("onclick", "window.open('"+ url + "', '_self')");
我可以用什麼方法讓它在同一窗口中打開?Attributes.add url在同一個瀏覽器窗口中
感謝
那麼,你可以嘗試使用_parent
和_top
。我通常處理的方式是使用其中的函數
window.location.href = newUrl