This is not code I am writing. Otherwise I would use css, js, or an ie8 accelerator for what I need. Also. I am looking for something my endusers (non technical) can use. So viewsouce, etc won't help.
feedback
|
migrated from stackoverflow.com Dec 17 '10 at 3:07
This question came from our site for professional and enthusiast programmers.
|
Open page source, find element, copy If you are using Firefox, install Firebug and use the element selector to select the element with the tooltip you want to copy, then copy the | |||
|
feedback
|
|
Not from the tooltip directly. But if you're willing to do a little work, there's always ways to get at this stuff:
| |||||
feedback
|
|
nope, unfortunately not ... unless someone writes some sort of browser plugin that does this | |||
feedback
|
|
Babak's comment is kind of important. As it stands right now, it sounds like you're not really writing any code or developing any application, you just want to copy something from your browser to the clipboard. Assuming that's what you're trying to do, then it's possible that the tooltip is in the HTML code. Explicit text can be placed in HTML that most browsers render as a tooltip on mouseover (such as the Some browsers have more modern debugging and inspection tools which allow you to right-click on the element itself and go straight to that point in the source as well. | |||
|
feedback
|
|
SnagIt, a commercial screen capture tool, can extract text out of a tool tip as well. There are also other alternatives but I haven't tried them. | |||
|
feedback
|