首页
网页特效库
网页特效库
导航菜单
按钮表单
背景特效
时间日期
图片特效
鼠标特效
文本操作
窗口页面
状态栏类
警告对话
综合应用
游戏娱乐
首页
>
特效
>
鼠标特效
> 正文
显示鼠标坐标信息
2009-12-19 鼠标特效 129℃
<span id="ContentArea"><html> <head> <title>显示鼠标坐标</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head> <body onMousemove="micro$oftMouseMove()"> <br> <br> <center> </center> <br> <center> <table border=1 bordercolor=#000000 borderlight=green style="border-collapse: collapse" cellpadding="0" cellspacing="0"> <tr><td align=center><font size=5 color=red face="华文中宋"> <strong style="font-weight: 400">下面框中为脚本显示区</strong></font></td></tr> <tr><td align=center height=80> <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 NAME="x" SIZE="4" style="border: 1px solid #000000"> Y: <INPUT TYPUE="TEXT" NAME="y" SIZE="4" style="border: 1px solid #000000"> </FORM> </td></tr></table></center> <br> <br> <center> <script LANGUAGE="Javascript"> <!-- hide function goHist(a) { history.go(a); } //--> </script> </center> </body> </html></span>
相关特效代码
无相关信息
热门特效代码
围绕鼠标的立体星环(摩天轮)
围绕鼠标的立体旋转文字
经典鼠标跟随特效
鼠标放在图片上打开新链接
随鼠标的一群小点
小巧实用的鼠标时钟跟随
跟随鼠标的日期时间表盘
强制点击广告代码
会下雪的鼠标,好玩
鼠标单击处崩出七彩星星
推荐特效代码
围绕鼠标的立体旋转文字
强制点击广告代码
小巧实用的鼠标时钟跟随
鼠标玄酷星形跟随特效
舞动星星包围你的鼠标
点击会变色哦