求 把鼠标放在地图图片上显示坐标的网页代码
求把鼠标放在地图图片上显示坐标的网页代码自制了一张图片,想完成:1、由于图片太大,所以只显示一部分图片,可以用鼠标拖动(类似于抓手工具)以看到其他部分2、当鼠标放在任意点...
求 把鼠标放在地图图片上显示坐标的网页代码
自制了一张图片,想完成:
1、由于图片太大,所以只显示一部分图片,可以用鼠标拖动(类似于抓手工具)以看到其他部分
2、当鼠标放在任意点上,在旁边都可以显示鼠标所在经纬度。
修改什么参数可以更改每移动一毫米数值加N
图片怎么加入 展开
自制了一张图片,想完成:
1、由于图片太大,所以只显示一部分图片,可以用鼠标拖动(类似于抓手工具)以看到其他部分
2、当鼠标放在任意点上,在旁边都可以显示鼠标所在经纬度。
修改什么参数可以更改每移动一毫米数值加N
图片怎么加入 展开
展开全部
<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>
<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>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
我也去实验下
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询