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.
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
This is not a servlet question, moving to HTML and Javascript
Dave
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
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.