Hi,
I have a app with a list of urls, I can create a class that will link to the urls and open the link within the browser, trouble is I have more than 100 urls and I dont think it would be practical to create a class for each of those urls. So I want to create a class that will get the correct url based on the users selection from a list. I have 92 chioces with 4 or 5 links attached to each, which is the best way to do this??
Thanks in advance