YUI Library JavaScript DHTML





    
Connection Manager GET Transaction

/*margin and padding on body element
  can introduce errors in determining
  element position and are not recommended;
  we turn them off as a foundation for YUI
  CSS treatments. */
body {
  margin:0;
  padding:0;
}










Connection Manager GET Transaction



  

To create a GET transaction using Connection Manager, you will need to construct a querystring of key-value pairs and append it to the URL.
The following code example provides a step-by-step approach to creating a simple GET transaction.


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.

      









   
  
yui_2.7.0b.zip( 4,431 k)