Advertisement
Guest User

Untitled

a guest
Oct 14th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $().SPServices({
  2.         operation: "GetListItems",
  3.         async: false,
  4.         webURL: "http://sitecollection.com/",
  5.         listName: "TestList",
  6.         CAMLViewFields: "<ViewFields><FieldRef Name='Title' /></ViewFields>",
  7.         CAMLRowLimit: 0,
  8.         completefunc: function(xData, Status) {
  9.             window.alert(Status);
  10.         }
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement