Right. I agree that the only way is to check wich item is clicked and then take appropriate action. Whether you do that through tags or some other method of holding a 1:1 relationship of items:urls it doesn't really matter (I guess it does but that isn't really important right now). But is there a way to make an object itself go to a webpage? Essentially like adding a link to the listview instead of an object. At least that is what I took from the initial meassage.
What would really be cool if there was an object that you could add to a listview that would take care of such an operation for free. Something like an internet link listview object, so that anytime you want to do something like this, all you have to do is instantiate one of these objects and add it to your listview and you get all of the action, tag, internet serve stuff for free.
At least that's the direction that I was headed.