When clicked on the row element this must be performed:
Code:
row.onclick = function()
(
LoadingData("LoadingDiv");
passData = "SessionId=" + SessionId + "&Level=" + "User");
var XMLResponse = SynchCall("wSetMainSelection", passData);
OnResponse(XMLResponse.documentElement.childNodes[0].data);
Leave a comment: