Link to home
Start Free TrialLog in
Avatar of bobbysdog
bobbysdog

asked on

In Delphi - I need to have a ListBox record the destination URL of the images I click

Thanks for reading

this image depicts the program I need to build:

http://img252.imageshack.us/img252/5069/clickclick.gif

A typical "website photo gallery" will contain thumbnail images which contain an HREF tag which points to the BIGGER version of that picture.

I need to be able to click on this thumbnail image, and have the URL appear in a listbox.

I would like the WebBrowser component to function in no other way. e.g. i don't want it to actually go to the bigger image when I click. I just need the destination URL.

Got any ideas?

Thanks!
Avatar of Salih Maoui
Salih Maoui
Flag of Algeria image

ASKER CERTIFIED SOLUTION
Avatar of jimyX
jimyX

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bobbysdog
bobbysdog

ASKER

wow thanks this is awesome!!!!!!!!!