Quite complex, but I'll give it a try
EDIT::
Gives me "null".
WORKS!! ThanQ
Check your rep..
Now I have one small (off-topic) problem:
code:
NotificationPages[i] = Script.MainUrl + D.getAttribute("Page"); // Works
WndNotifs.LstView_SetItemText("LstVNotifs",i,2,NotificationPages[i]);
Does nothing (2nd line)..
I am completely unfamiliar with the "LsdView_SetItemText(...)" function..
The column index is probably wrong (I need the 2nd column from the left; also tried 1)..
Could anyone please help me?