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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.