Does anybody know javascript function to call WebService
I have a webservice written in .NET2.0 and I want to call the webservice by JAvascript function
and store the data got from the function on local comp by opening save dialog box in javascript itself
Do anybody have any idea?