我有一個test.php的頁面的按鈕,點擊它調用JavaScript函數。無法更新UI
test.php的 按鈕調用myfunct的內容()test1.php 具有id = 「消息」
功能myfunct()一個div { window.location的(頁面的
內容.PHP'); document.getElementById(「message」)。innerHTML =「更新消息」; }
page.php的內容是 header('Location:http://test1.php'); 退出;現在的問題是,它被重定向到所需的網頁,但在此之後它不執行此代碼'document.getElementById(「message」)。innerHTML =「更新的消息」;'。