Good afternoon. I have a case where I need to parse a number out of a web url and store it within a data input form.
The valid application url is this: http://<machinename>/<applicationname>
However, I need to send a URL by clicking on the button that reads something like this: http://<machinename>/<applicationname>/19305
Of course this is not a real application site, so as the application is loading, I need to parse out 19305 so it reads http://<machinename>/<applicationname>. I then need to take the parsed value, then send it to an input form so it will locate within an application.
Has anyone done this?
Ian