YUI Library JavaScript DHTML



    
Connection Manager POST 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 POST Transaction



  

To create a POST transaction using Connection Manager, you will need to construct a data string as the POST message. The following code example provides a step-by-step approach to creating a simple POST transaction.


Click "Send a POST Request" below to try it out, then read the description below to learn how to send POST data to the server using Connection Manager.

      







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