单击更改颜色链接后,我需要使用 javascript 在特定 div 中使用背景颜色更改重定向到 page2.html。
page1.html
<a href="page2.html id="page1">Change color</a>
page2.html
<div id="page2>
<h1>color change</h1>
</div>
单击更改颜色链接后,我需要使用 javascript 在特定 div 中使用背景颜色更改重定向到 page2.html。
page1.html
<a href="page2.html id="page1">Change color</a>
page2.html
<div id="page2>
<h1>color change</h1>
</div>