點(diǎn)擊按鈕復(fù)制當(dāng)前網(wǎng)址:
在大量的網(wǎng)站都有這樣的功能,當(dāng)點(diǎn)擊一個(gè)按鈕的時(shí)候可以復(fù)制當(dāng)前頁(yè)面的地址,以此可以方便網(wǎng)站用戶對(duì)鏈接的存儲(chǔ),同時(shí)也便于網(wǎng)站的推廣,下面就結(jié)合實(shí)例介紹一下如何實(shí)現(xiàn)此功能:
<!DOCTYPE html><html><head><meta charset=" utf-8"><meta name="author" content="http://www.survivalescaperooms.com/" /><title>武林網(wǎng)</title></head><body><input type="button" name="button" value="復(fù)制本頁(yè)標(biāo)題和網(wǎng)址,推薦給您的好友"><br><br><script type="text/javascript">function softwhy() { var clipBoardContent = ""; clipBoardContent += document.title; clipBoardContent += "/n"; clipBoardContent += this.location.href; window.clipboardData.setData("Text", clipBoardContent); alert("武林網(wǎng)提示:復(fù)制成功!");}</script></body></html> 以上代碼可以在點(diǎn)擊按鈕實(shí)現(xiàn)復(fù)制當(dāng)前鏈接的功能,但是令人遺憾的是只有IE瀏覽器支持此功能。以上代碼也很簡(jiǎn)單,有哪里不明白的歡迎提出,謝謝。!
新聞熱點(diǎn)
疑難解答
圖片精選
網(wǎng)友關(guān)注