Thanks for reply. Below is my code. But i do not know how to limit the user click click times. For example i want the user can click not more than 5 times and each click is submit the coordinates and...
Thanks for reply. Let's the user click on image on point(10,20). The coordinates are stored to database. Then when the user load the image on the browser, the user must click near to point that...
Can you show me example? I now have insert the value x and y already. I think if i compare the value click by user and data in database, then calculate the distance range.
How to do that?
How to calculate distance from point (10,20)? The point is store to database after using click on it. When the user click again, i wan set the distance that allow user to click within 1< (x,y)<3. If...
It is Ajax same as xmlHttp? Because i have little confused about since i see example from http://www.w3schools.com/PHP/php_ajax_database.asp. The method use are different from your example.
Thanks for reply.Do you mind i modified your code little bit? Because i wan user click five time at different position and for each click position will display the coordinates. But my modified code...
How to do the clickable mouse position on image highlight? My situation is i need the user click on the image/picture that display in the browser, then retrieve the value click position and...
No javascript error from firefox. What i want is when user click on image, the checkbox can be tick on it automatically where the image position that the user clicked. I already tried to debug the...
I am do the auto click checkbox on the image. When user click on the image, the checkbox while be autoclick by one, and the second time click, second checkbox will be auto click and etc.
I am trying to let users click on the checkbox, but not less than 3 times click. I have done the php part, but i do not know how to control the click times by using JavaScript to retrieve the...