Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $().SPServices({
- operation: "GetListItems",
- async: false,
- webURL: "http://sitecollection.com/",
- listName: "TestList",
- CAMLViewFields: "<ViewFields><FieldRef Name='Title' /></ViewFields>",
- CAMLRowLimit: 0,
- completefunc: function(xData, Status) {
- window.alert(Status);
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement