Hi all, I have a List object and I want to retrieve the item on the list that has been double clicked. I need to retrieve the value of that item. I tried the following MyList.ievents.ondblclick = function(e) { var target = e.getTarget() // assuming this is the list item var value = target.getValue() // This crashes } Anyone have an idea? I also want to reload the same page and pass a parameter to it. How can I use the "DynAPI.document" object to achieve this?
Omar Kandeel _______________________________________________ Dynapi-Help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dynapi-help