Hello, I downloaded the Microsoft Web Controls from the MSDN site. I was able to make it work, but my question is how do I have links added to the tree? I mean my expands collapse fine, but how do I assign a url to a link? I am so puzzled by this. Please help!Hi - There are several IE Web controls but I assume you are referring to the TreeView control since you mentioned collapsing? You can use the NavigateURL property in your XML file like this.<BR><BR><TREENODES><BR><TREENODE Text="Customers"><BR> <TREENODE Text="Al Gore" NavigateURL="http://www.algore2000.com" /><BR> <TREENODE Text="CNN" NavigateURL="http://www.cnn.com" /><BR></TREENODE><BR></TREENODES>Thanks! That is exactly what I needed. You folks are wonderful. One more question, how do I add the target frame within the NavigateURL section?