摘要: 1 <html> 2 <head> 3 <meta http-equiv="Content-Type" content="text/html; charset=gbk"> 4 <script type="text/javascript"> 5 function show_coords() { 6 //clientX, clientY是鼠标当前相对于网页的位置 7 x = event.clientX; 8 y = event.clientY; 9 alert(x + ... 阅读全文
posted @ 2012-01-06 17:26 Relict 阅读(3794) 评论(0) 推荐(0) 编辑