gpt4 book ai didi

javascript - 转到上一页时更改文本

转载 作者:行者123 更新时间:2023-11-28 03:38:31 24 4
gpt4 key购买 nike

<分区>

我制作了一个网站,在其中选择菜单栏中的元素后,屏幕会移动到页面上的特定位置。然后我做了一个函数,其中文本在两个地方发生变化,“titletext”和“infotext”。示例:

<li><a href="#content" onclick='changeText()'>Weeee!</a></li>

它有效,但现在我意识到我遇到了一个问题:当我选择返回上一页时,文本保持不变,直到用户选择刷新页面。

使用 Javascript,当(例如)页面在 #content 上时,我如何告诉网站更改文本并在主页上再次更改文本?我是否必须对我的代码采取不同的方法?

下面是我的 changeText() 代码:

function changeText(){
document.getElementById('titletext').innerHTML = 'Mission Statement';
document.getElementById('infotext').innerHTML = 'RANDOMTEXT';
}

编辑:这是我希望我的网站执行的操作的示例。

When the user hits the back button on the browser, the text changes to the previous text. So if it shows "Hey" then it shows "Bye", when the user hits the browser's back button, the code changes to "Hey"

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