This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes how to get text under current corsor position Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "how to get text under current corsor position" Watch "how to get text under current corsor position" New topic
Author

how to get text under current corsor position

snehal Pa
Greenhorn

Joined: Apr 18, 2006
Posts: 1
Hi all

How can I get the word(text) under mouse pointer from my web page?
I want to get the exact word under the mouse pointer from an html page & send it for further processing.

I am able to get current position of the mouse pointer on the html form...
But then how to get the text at that position...?
this text can be from the text box, toolbar, caption of button anything from my form


Thanks & Regards,
Snehal.

David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

This is not a servlet question, moving to HTML and Javascript

Dave
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
You could get it if they highlight th word with createText range, but you will not be able to figure out the word with just the mouse position. Different resolutions and such will not all you to do that. You could rip apart the entiore document.Add spans with mouseovers, but you are talk a long process that will make you users wait forever.

Eric
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to get text under current corsor position
 
Similar Threads
How to retrieve and store pointers/positions as numbers?
To get the coordinates of mouse pointer...
stop blinking cursor in Eclipse3.2 in Linux
help about myeclipse??
JTextArea - Determine index / position from MouseEvent