
i know that you can call salesforce api from visual force page , is it possible from html ?
1 个回答

Hi
Yes, you can call a salesforce webservice using an ajax tool kit. You need to be good with ajax frameworks like jquery or extjs which is purely javascript code to handle the calls.
ThanksBuyan