最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

JS網(wǎng)頁在線獲取鼠標(biāo)坐標(biāo)值的方法

 更新時間:2015年02月28日 10:27:28   投稿:shichen2014  
這篇文章主要介紹了JS網(wǎng)頁在線獲取鼠標(biāo)坐標(biāo)值的方法,涉及javascript操作頁面窗口位置元素的技巧,具有一定參考借鑒價值,需要的朋友可以參考下

本文實例講述了JS網(wǎng)頁在線獲取鼠標(biāo)坐標(biāo)值的方法。分享給大家供大家參考。具體實現(xiàn)方法如下:

復(fù)制代碼 代碼如下:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>顯示鼠標(biāo)坐標(biāo)</title>
</head>
<body onMousemove="micro$oftMouseMove()">
<SCRIPT LANGUAGE="JavaScript">
if (navigator.appName == 'Netscape')
{
document.captureEvents(Event.MOUSEMOVE);
document.onmousemove = netscapeMouseMove;
}
function netscapeMouseMove(e) {
if (e.screenX != document.test.x.value && e.screenY != document.test.y.value);
{
document.test.x.value = e.screenX;
document.test.y.value = e.screenY;
}
}
function micro$oftMouseMove() {
if (window.event.x != document.test.x.value && window.event.y != document.test.y.value);
{
document.test.x.value = window.event.x;
document.test.y.value = window.event.y;
}
}
</SCRIPT>
<FORM NAME="test">
X: <INPUT TYPE="TEXT" NAME="x" SIZE="4">
Y: <INPUT TYPUE="TEXT" NAME="y" SIZE="4">
</FORM>
</body>
</html>

希望本文所述對大家的javascript程序設(shè)計有所幫助。

相關(guān)文章

最新評論

云安县| 乌鲁木齐县| 博爱县| 庄浪县| 金华市| 运城市| 获嘉县| 南宫市| 克东县| 鹰潭市| 微山县| 高台县| 宁城县| 土默特右旗| 镇宁| 浙江省| 兴文县| 陵川县| 双江| 荃湾区| 偃师市| 和静县| 宁南县| 海林市| 泾阳县| 山西省| 泸水县| 克什克腾旗| 抚宁县| 贵港市| 嘉黎县| 四平市| 闽清县| 九寨沟县| 榆中县| 黄陵县| 武义县| 鹤峰县| 清徐县| 平昌县| 泌阳县|