I'm in the process of learning AutoIT, but I'm a bit stuck. I have the original link save in a string, open an IE window, log in, etc. Once you log in, the url name changes accordingly with a random string now in the url to track your usage. I need a way to get that URL, save it in a string, and the change it to do a specific logout function. Basically the question is, how do I save that URL. I tried _IEPropertyGet, but that requires you to have an object (which I think is the original $oIE link