gpt4 book ai didi

javascript - HREF URL 不起作用

转载 作者:行者123 更新时间:2023-12-03 11:59:10 25 4
gpt4 key购买 nike

我正在尝试让以下链接正常工作。

<a href='#' onclick='window.open(" | &ESPP_Info_URL | ");return false;'>Employee Stock Purchase Plan Information</a>

基本上,&ESPP_Info_URL 变量接受一个 url,以便下面的代码看起来像......

<a onclick="window.open(https://...);return false;" href="#">Employee Stock Purchase Plan Information</a>

但是当我单击该网址时,它只会刷新页面。有谁知道如何让它访问 window.open 函数中的链接?

最佳答案

试试这个,您需要将 url 用单引号括起来 ' - window.open('YOUR URL HERE')

<a onclick="window.open('YOUR URL HERE');return false;" href="#">Employee Stock Purchase Plan Information</a>

关于javascript - HREF URL 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25478951/

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