gpt4 book ai didi

javascript - 如何通过鼠标悬停和鼠标移出来更改窗口状态?

转载 作者:行者123 更新时间:2023-12-01 17:12:14 26 4
gpt4 key购买 nike

我想在鼠标悬停在链接上时更改状态窗口的文本。我的链接名称是:Hipervinculo。然后,当鼠标离开链接时,它应该显示不同的文本。这是我到目前为止的 html,但它不起作用。有人可以解释我该怎么做吗?非常感谢!

<html>
<head>
<meta charset="UTF-8">
<title>Práctica 4</title>

<script type="text/javascript">

function info(txt){
window.status="txt";
}

function info2(txt){
window.status= "txt"
}

</script>
</head>
<body>

<a href="Gato.html" ONMOUSEOVER="info('Por encima del hipervinculo...');return true;" ONMOUSEOUT="info2('Fuera del hipervínculo…');return true;" id="Enlace">Hipervínculo</a>
</body>
</html>

最佳答案

出于安全原因,window.status 在大多数(如果不是全部)浏览器中已被禁用(可以通过这种方式伪造不同的链接位置)。

关于javascript - 如何通过鼠标悬停和鼠标移出来更改窗口状态?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61416207/

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