You need to sign in to do that
Don't have an account?
Naresh
login method is not working
Hi All,
I want to login into Salesforce in to an external js file by including the connection.js file. But not able to login into Salesforce.com through the login(username,password) method of connection.js file
Kindly post if anyone have the solution
Thanks in advance
I want to login into Salesforce in to an external js file by including the connection.js file. But not able to login into Salesforce.com through the login(username,password) method of connection.js file
Kindly post if anyone have the solution
Thanks in advance
Message Edited by Naresh on 11-12-2007 03:56 AM
Ron Hess
The ajax library ( connection.js ) is designed for use in SControls, and not designed for the use you describe.
Naresh
thanks Ron,