JavaScript information

Chrispy360

New member
Joined
Dec 29, 2009
Messages
2
Programming Experience
5-10
What i want is to be able to read information from a javaScript form. Basically when the mouse is over an item on the form, a box will appear (like tooltip) and i want to get all the information from within it.

I have tried many methods like using Spy++ with .NET but i cant get the direct handle.

Another method i have tried and which does work but not very fast is reading individual pixels and getting the information.

What can i do to get the information?
 
Back
Top