Archive for category WDK
Making AJAX calls – WDK
Mar 22
In WDK there is built in support for AJAX,To make AJAX calls in WDK, we can use the function
postAJAXurl(url, true);
This function is defined in events.js file which will be included in all WDK forms.
Second parameter specifies whether the call should be asynchronous or not.
Bookmark on DeliciousDigg this post Recommend on FacebookShare with StumblersTweet about itSubscribe to the comments on this post Read More
