Is it possible to take javascript and a CEWP, and pull info from asharepoint list located on same site? I know I can do it from ahidden list web part located on same page as CEWP and read info fromit...but now I want to pull it from list not necessarily on same webpart page...but present on site itself. Possible?This for sharepoint/office 2003 environment.
We used AJAX to retrieve the sharepoint list items using Java Script and CEWP. Using Ajax, we are calling a sps web service and pulling the data from the Sharepoint list item and showing it in a table in the CEWP.
Can you please post a sample code for the same.
I too would like to see some samplecode, however simple. As I understand it, AJAX essentially uses XML,javascript to post and get from server.Is there a way so no assmebly files are required?