Static Class woodstock4_3.xhr

This class contains functions for XMLHTTP requests.


Method Summary
 boolean get(props)
           This function is used to generate a "GET" request using the XMLHTTP request object (XHR) the underlying protocol.
 boolean post(props)
           This function is used to generate a "POST" request using the XMLHTTP request object (XHR) the underlying protocol.
 
Method Detail

get

boolean get(props)

post

boolean post(props)

Documentation generated by JsDoc Toolkit 1.4.1 on Wed Jul 16 2008 13:27:32 GMT-0700 (PDT)