Skip to content

Instantly share code, notes, and snippets.

@mrchrisadams
Created May 19, 2009 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrchrisadams/114276 to your computer and use it in GitHub Desktop.
Save mrchrisadams/114276 to your computer and use it in GitHub Desktop.
callback = {
success: function(o) {
if(o.responseText !== undefined){
eval(o.responseText);
}
}
}
YAHOO.util.Connect.asyncRequest('POST', sUrl, callback, postData);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment