I have looked for a long time but I haven't been able to find a simple solution. On my webpage I want to input an address which will be looked up by a website which returns a webpage where in the text the username I need is located.
https://id.ripple.com/v1/user/ + the username inputed. It would open the page like https://id.ripple.com/v1/user/rUkUchFYfvjucGtGDtSV2avQCzmJrktkVw where there will be a username parameter containing sashadkiselev. I want to be able to make a function which takes the address opens that webpage retrieves the username and shows it in a pop up box.