quote:
Originally posted by SmokingCookie
Getting a picture from an HTML file isn't so difficult:
Load the file in a DOM object, select all nodes with the name "Img", and read their attributes you want to access.
Actually, he wants to detect when the mouse moves above an image.
(see first post and replies)
I didn't know you could do that much with the InternetExplorer interface, this is really interesting!