Bill:
I just ran this in the IE Developer Tools interactively on a generic Links list and it worked:
M.
I just ran this in the IE Developer Tools interactively on a generic Links list and it worked:
$().SPServices({
operation: "UpdateListItems",
async: false,
batchCmd: "New",
listName: "Links",
valuepairs: [["URL", "http://google.com, Google"]],
completefunc: function(xData, Status) {
}
});
Maybe there's something we're not seeing because you haven't posted your code?M.