JavaScript

Moderators: None (Apply to moderate this forum)
Number of threads: 2061
Number of posts: 5164

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Javascript functions which find mouse coordinates? Posted by Weng on 20 Mar 2006 at 2:51 AM
Hi,

Are there javascript functions to find the cursor position of a mouse?
Also, are there javascript functions to find if the mouse cursor is within a listbox?

A C# code sample is shown below:

Listbox lb; //lb is a listbox
Point cpos = lb.PointToClient(Cursor.Position); //find coordinates of mouse
if(lb.ClientRectangle.Contains(cpos)) //if mouse cursor is within the listbox

Are there any javascript functions which can do the same as the above c# methods?
Report
Re: Javascript functions which find mouse coordinates? Posted by zibadian on 20 Mar 2006 at 2:56 AM
: Hi,
:
: Are there javascript functions to find the cursor position of a mouse?
: Also, are there javascript functions to find if the mouse cursor is within a listbox?
:
: A C# code sample is shown below:
:
: Listbox lb; //lb is a listbox
: Point cpos = lb.PointToClient(Cursor.Position); //find coordinates of mouse
: if(lb.ClientRectangle.Contains(cpos)) //if mouse cursor is within the listbox
:
: Are there any javascript functions which can do the same as the above c# methods?
:
This pages shows a number of examples, which might be useful:
http://www.w3schools.com/htmldom/dom_obj_event.asp



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.