Am trying to read a URL address something like
http://www.myaddress.com/id=563?name=mark
from the Embedded Web Browser then I want to be able to get the url parameters of a link with in my delphi application, so am able to do a messagve box like:
ShowMessage(id); // this would show 563
ShowMessage(name); // this would show mark
anyone got any ideas?
Thanks