In the event that occurs after the user enters the URL, try this:a(0) = "http://www.google.com" ' Take the URL as text and assign it to a(0)Take the next URL that is entered and try this:a(1) = "http://www.wikipedia.com"Then, if the back button or forward button is pressed try this in the appropriate event:dim nextURL as StringnextURL = a(1-1) ' For the back buttonnextURL = a(1+1) ' For the forward butttonSteve (Your guess is as good as mine) HedgepethQuick question how do I get the url the user typed and send it to a(0)and then make sure when the user types in and send it to a(1), etc.Then make it so when the back button is pressed if a url is available in the array it goes to the last one not the current one viewed. Also when the forward button is pressed it goes to the url that was visited last before the new website was loaded
_______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web! _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>