For consuming a web service method using javascript in HTML,do we need to add any htc to the web directory?
views:
156answers:
2
A:
invoking a web service is basically the same as invoking a web page (with differences in the invoking method and the "what to do with the return" part ), so no, you shouldn't have to change anything
Sergio
2009-04-15 10:00:19
A:
Depends on your strategy. HTC files are considered outdated and aren't supported in Firefox, however they're also one of the quickest ways to get up and running.
I'd look into jQuery's ajax functionality as an alternative.
Rob Stevenson-Leggett
2009-04-15 10:25:32