Jump to content
  • 0

выбрать позиция из картику


wildvirus
 Share

Question

ya xocu wtobi kokda ya najmu kakoy nibut pozicsiyu iz karti on pokajet menya x=..... ,y = ..... ,i ya moqu izmenit x,y esli ne tocna najal.

dfnsindust-azerbaijan.jpg

<html>
<body>
<form name="Show">
<input type="text" name="MouseX" value="0" size="4"> X<br>
<input type="text" name="MouseY" value="0" size="4"> Y<br>
</form>
<script language="JavaScript1.2">
<!--

var IE = document.all?true:false
var targ;
if (!IE) document.captureEvents(Event.MOUSEMOVE)
document.onmousemove = getMouseXY;
var tempX = 0
var tempY = 0
function getMouseXY(e) {
if (IE) {
tempX = event.clientX + document.body.scrollLeft
tempY = event.clientY + document.body.scrollTop
var e=window.event;
} else {
tempX = e.pageX
tempY = e.pageY
}
if (e.srcElement)
{
targ=e.srcElement;
}
if (tempX < 0){tempX = 0}
if (tempY < 0){tempY = 0}
document.Show.MouseX.value = tempX
document.Show.MouseY.value = tempY
var tname;
tname=targ.tagName;
alert("You clicked on a " + tname + " element.");
return true
}
</script>
<body onmousedown="whichElement(event)">
<img border="0" src="ball16.gif" width="29" height="28" alt="Ball">
</body>
</html>

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy