iT邦幫忙

0

div onclick and a href 另開視窗

  • 分享至 

  • xImage
<a href=""></a>

只要對 a tag 連結按右鍵就可以另開視窗,或是 command + 滑鼠左鍵

<div onclick="location.href='';"></div>

這個對其按右鍵或command + 滑鼠左鍵都無法選擇或另開視窗
這是有辦法解的嗎?
因特殊原因需要使用 div,但又希望跟 a tag 一樣的功能~

神Q超人 iT邦研究生 5 級 ‧ 2018-10-12 15:03:14 檢舉
改成window.open()試試看
<div onclick="window.open(' http://tw.yahoo.com ', 'Yahoo', config='height=500,width=500');">開新視窗</div>
froce iT邦大師 1 級 ‧ 2018-10-12 15:27:00 檢舉
https://stackoverflow.com/questions/4235426/how-can-i-capture-the-right-click-event-in-javascript

最近很忙,懶得寫範例,所以你自己試吧。
火爆浪子 iT邦研究生 1 級 ‧ 2018-10-12 16:11:10 檢舉
TO 神Q超人 ,我知道可以另開視窗,但我想說能不能像 a tag 功能一樣。
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

0
jumpbow
iT邦新手 4 級 ‧ 2018-12-20 10:05:13
最佳解答
<a href="">
    <div></div>
</a>

這樣能不能達到你要的需求?

我要發表回答

立即登入回答