点击按钮时使用JavaScript更改锚标签的href属性
在web开发中,需要动态修改锚标签的href属性按钮点击时经常出现锚...jhhghj
或者,您可以使用以下方法阻止页面滚动:
...jhhghj
或从 f1() 函数返回 false:
function f1() {
document.getElementById("abc").href = "xyz.php";
return false;
}
For a more unobtrusive approach, employ an external JavaScript file:
document.getElementById("myLink").onclick = function() { document.getElementById("abc").href = "xyz.php"; return false; };
脚本>
免责声明: 提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发到邮箱:[email protected] 我们会第一时间内为您处理。
Copyright© 2022 湘ICP备2022001581号-3