Mouse imlecinin koordinatlarını öğrenmek

DrogbA

Forum Üyesi
Katılım
27 Ara 2020
Mesajlar
3,440
Tepkime puanı
0
Puanları
36
PHP:
<html>

<head>

<script type="text/javascript">

function show_coords()

{

x=event.clientX

y=event.clientY

alert("X coords: " + x + ", Y coords: " + y)

}

</script>

</head>

 
<body onmousedown="show_coords()">

<p>Click in the document. An alert box will alert the x and y coordinates of the cursor.</p>

</body>

 
</html>

PHP:
<html>

<head>

<script type="text/javascript">

function show_coords()

{

x=event.clientX

y=event.clientY

alert("X coords: " + x + ", Y coords: " + y)

}

</script>

</head>

 
<body onmousedown="show_coords()">

<p>Click in the document. An alert box will alert the x and y coordinates of the cursor.</p>

</body>

 
</html>
 

Nutella

Bayan Üye
Özel Üye
Katılım
2 Ocak 2021
Mesajlar
3,559
Tepkime puanı
23
Puanları
36
Cinsiyet
  1. Bayan
Takım
Galatasaray
Paylaşım için teşekkürler.
 
metal işleme
Üst