function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
gopikrishnagopikrishna 

How to get salesforce data in html page using ajax?

Can anyone have sample code for getting salesforce data into simple html page using ajax
Satish_SFDCSatish_SFDC
The Force.com AJAX toolkit is what you need.
Using Javascript you can send ajax requests to the salesforce server and get data back.

Check the URL below:
http://www.salesforce.com/us/developer/docs/ajax/index.htm

Regards,
Satish Kumar