第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

JS實現(xiàn)點擊鏈接取消跳轉(zhuǎn)效果的方法 return false;不好使,該腫么辦?

JS實現(xiàn)點擊鏈接取消跳轉(zhuǎn)效果的方法 return false;不好使,該腫么辦?

Gavin_Alison 2016-09-14 14:19:34
這里html頁面<!DOCTYPE?html> <html?lang="en"> <head> ????<meta?http-equiv="content-type"??content="text/html;?charset=utf-8"?> ????<title>Image?gallery</title> ????<script?type="text'javascript"?src="js/showPic.js"></script> ????<link?rel="stylesheet"?href="css/layout.css"?type="text/css"?/> </head> <body> ????<h1>Snapshots</h1> ????<ul> ????????<li> ????????????<a?href="images/fireworks.jpg"?title="A?fireworks?display"?onclick="showPic(this);?return?false;">Fireworks</a> ????????</li> ????????<li> ????????????<a?href="images/coffee.jpg"?title="A?cup?of?black?coffee"?onclick="showPic(this);?return?false;">Coffee</a> ????????</li> ????????<li> ????????????<a?href="images/rose.jpg"?title="A?red,?red?rose"?onclick="showPic(this);?return?false;">Rose</a> ????????</li> ????????<li> ????????????<a?href="images/bigben.jpg"?title="The?famous?clock"?onclick="showPic(this);?return?false;">Big?Ben</a> ????????</li> ???????? ????</ul> ????<img?id="placeholder"?src="images/placeholder.gif"?alt="my?image?gallery"?/> ????<p?id="description">Choose?an?image.</p> </body> </html>這是js代碼function?showPic(whichpic)?{ ????var?source?=?whichpic.getAttribute("href"); ????var?placeholder?=?document.getElementById("placeholder"); ????placeholder.setAttribute("src",source); ????var?text?=?whichpic.getAttribute("title"); ????var?description?=?document.getElementById("description"); ????description.firstChild.nodeValue?=?text; }現(xiàn)在點擊鏈接想取消跳轉(zhuǎn)效果,但是一直取消不掉,該腫么辦???
查看完整描述

2 回答

  • 2 回答
  • 0 關(guān)注
  • 2448 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號