I have a VB6 program that i have managed to make submit data with XML, and get a response back. Part of the data submitted is a user name and password, and part of what I get back is a URL to redirect to. I can't just copy and paste the URL into IE because when I do it gives me a user name password error. I assume this means that I have to redirect, i can't just open a new page. THe problem I have is that I don't HAVE an IE page to redirect - it's all in VB and the response I get back gets put into a text box. How do I redirect (staying in the xml stream?) and get the redirected page to pop up? Sorry if this is confusing, I'll be the first to admit that I'm new to this XML thing and working with IE in VB6...