Hi. I'm trying to get the contents of a web page to read and parse and return a certain value on that page. The URL looks something like this:
https://longaddress?something=aa&other=CRN The "CRN" value at the end is variable and changing it will lead to a different web page. So I want the user to specify the CRN and then I'd make a connection to the page, read it, find the value I'm looking for, and then display it. Are there sandbox issues with this? Can I just use the HTTPService tag? What are the parameters, such as method and resultFormat? Thanks

