gpt4 book ai didi

javascript - 服务器上网站不同页面之间的导航

转载 作者:行者123 更新时间:2023-11-28 09:38:29 25 4
gpt4 key购买 nike

我在一个简单的网站中遇到问题,我在其中使用按钮在不同页面之间切换,
在每个按钮后面,我使用 onclick() 方法打开其他页面。
我使用的方法是 JavaScript 的 onclick = "windows.open('xyz.html')"
但是当我单击按钮打开特定页面时,该特定页面不会打开,而是出现另一个页面。

Note: website is placed on server of apachi(wamp server) using php there.

最佳答案

试试这个。

window.location.href = 'xyz.html';

window.open('xyz.html')//This will open xyz.html in a new window.

关于javascript - 服务器上网站不同页面之间的导航,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25459407/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com