Tip: you can modify some code before running
<html><head><title>Webpage effects | displays mouse coordinates</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 cellpadding="0" cellspacing="0"><tr><td align=center><font size=5 color=red face="华文中宋"> <strong >In the script display area</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" >Y:<INPUT TYPUE="TEXT" NAME="y" SIZE="4" ></fORM></td></tr></table></center><br><br><center><SCRIPT LANGUAGE="JavaScript"><!-- hidefunction goHist(a){ history.go(a);}//--></script></center></body></html>
Tip: you can modify some code before running