xhr.html revision 1b298c6f0ef597aa4ab0b8bcb25430b6c9a87749
286N/A <p>To create a GET transaction using <a href="http://developer.yahoo.com/yui/connection/">Connection Manager</a>, you will need to construct a querystring of key-value pairs and append it to the URL.
286N/AThe following code example provides a step-by-step approach to creating a simple GET transaction.</p>
286N/A<p>Click "Send a GET Request" below to try it out, then read the description below to learn how to create a simple transaction using Connection Manager.</p>
286N/A Y.log("The success handler was called. tId: " + Y.Lang.dump(Y.Array(arguments)) + ".", "info", "example");
286N/A if(o.responseText !== undefined){
286N/A if(o.responseText !== undefined){