Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2003022

Re: [PHP] Any function that gives the coordinates of the cursor? From: Hugh Danaher (hdanaher <email protected>)
Date: 02/28/03

A basic html input command using an image will enable you to send the
coordinates of the mouse to the next script.

<input type=image src=image.jpg name=coordinate>

your x,y variables will become $coordinate_x,$coordinate_y

----- Original Message -----
From: "Minghua Yao" <myao <email protected>>
To: <php-general <email protected>>
Sent: Friday, February 28, 2003 8:59 AM
Subject: [PHP] Any function that gives the coordinates of the cursor?

> Hi, all,
>
> Are there any functions in PHP which can give us the coordinates of the
cursor when we click the mouse?
> Thanks for the replys.
>
> Minghua
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php