Quantcast
Channel: jQuery Library for SharePoint Web Services
Viewing all articles
Browse latest Browse all 6517

New Post: SP2007 UpdateListItems with Hyperlink column

$
0
0
Bill:

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.

Viewing all articles
Browse latest Browse all 6517

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>