【发布时间】:2013-04-17 07:09:32
【问题描述】:
如何将弹出窗口的以下 javascript 从“open popup onclick”更改为打开/关闭弹出 onmouseover/onmouseout。
<area alt="" coords="127, 22, 20" alt="" href="includes/popup1.htm" onclick="javascript:void window.open('includes/popup1.htm','1366002941508','width=500,height=200,left=350,top=250');return false;" shape="circle" />
【问题讨论】:
-
试过 onmouseover= 而不是 onclick= ?
标签: javascript