Tagged Questions
1
vote
2answers
344 views
Can't get GetListItems working in Internet Explorer 7
In the below code, I'm using SPServices library to get a list item's author's name.
$().SPServices({
operation: "GetListItems",
async: false,
listName: ...