Español
<!--脚本说明: 第一步:把如下代码加入<body>区域中:--> <SCRIPT LANGUAGE="JavaScript"> if (navigator.appName == 'Netscape') { document.captureEvents(Event. MOVIMIENTO DEL RATÓN); document.onmousemove = netscapeMouseMove; } función netscapeMouseMove(e) { if (e.screenX!= document.test.x.value && e.screenY!= document.test.y.value) { document.test.x.value = e.screenX; documento.prueba.y.valor = e.screenY; } } función micro() { if (window.event.x! = document.test.x.value && window.event.y! = document.test.y.value) { document.test.x.value = ventana. evento.x; documento.prueba.y.valor = ventana.evento.y; } } </SCRIPT> <FORM NAME="prueba"> X: <INPUT TYPE="TEXT" NAME="x" TAMAÑO="4"> Y: <INPUT TYPUE="TEXT" NAME="y" TAMAÑO= "4"> </FORM> <!--第二步:把<body>中内容改为:--> <body bgcolor="#fef4d9" onMousemove="micro()">