superswagy2002 发表于 2022-1-3 16:41:17

用button标签实现打开新页面失败

<button id="search">搜索</button>
<script>
document.getElementById("search").onclick=function(){
      window.open="D:\web class\web homework\code\blog2.html";
      }</script>
上述代码是写在blog里面的我想打开新页面blog2,却一直都是跳blog

阿萨德按时 发表于 2022-1-4 08:39:00

{:10_256:}

伽羅~ 发表于 2022-1-4 10:42:45

{:10_254:}

王尧 发表于 2022-1-4 14:52:28

路径用 ./blog2.html

1molHF 发表于 2022-1-4 15:43:08

{:10_256:}

ohhohh 发表于 2022-1-5 08:35:02

{:10_254:}

心驰神往 发表于 2022-1-5 11:25:29

{:10_254:}

万恶的亚撒西 发表于 2022-1-5 16:11:32

。。

别吃我饼干 发表于 2022-1-5 17:11:25

{:10_279:}

AdiosSpike 发表于 2022-1-6 12:15:09

抱歉这个我还不会{:5_96:}

tianlai7266 发表于 2022-1-6 13:36:00

{:10_254:}

法国 发表于 2022-1-6 21:10:00

加油

ckblt 发表于 2022-1-24 12:36:10

<button id="search">搜索</button>
<script>
document.getElementById("search").onclick=function(){
      window.location.href="D:\web class\web homework\code\blog2.html";
}</script>

试试这样行不行

qwb1997 发表于 2022-1-24 14:16:14

{:10_261:}

melon@Lzl 发表于 2022-6-2 16:19:31

路径写的不对,用当前项目文件夹的路径

陈异 发表于 2022-6-26 21:08:15

tianlai7266 发表于 2022-1-6 13:36


还可以刷鱼币

不二如是 发表于 2022-6-30 20:58:58

window.open="./blog2.html";
页: [1]
查看完整版本: 用button标签实现打开新页面失败