在PHP代码中使用JS

时间:2016-11-30 17:33:13

标签: javascript php

我尝试使用PHP和JS重定向页面,并在重定向时更改HTML。

echo '<script type="text/javascript">
           window.location = "http://example.com/#footer";
           document.getElementById("footer").innerHTML = "<h2>Thanks for the message. I will contact you shortly.</h2>";
      </script>';

重定向的第一部分正在工作,但我尝试更改DOM结构的第二部分却没有。有什么建议?感谢。

0 个答案:

没有答案