"Do not spoil what you have by desiring what you have not; but remember that what you now have was once among the things you only hoped for." -Epicurus
JavaScript Manual: DLSupport.AJAX

Method: monitor

Since: 1.1

Parameters:

 Variable
Type
Description
 ajax
object
The AJAX transport.
 error
function
The function to call if there was an error while the request is being made.
 failure
function
The function to call if the request was a failure.
 success
function
The function to call if the request was a success.

Description:

Monitor the states of the AJAX object and call the appropriate callback functions.

Method: request

Since: 1.1

Parameters:

 Variable
Type
Description
 url
string
The URL of the page to request.

Returns:

 Type
Description
 ActiveXObject | XMLHttpRequest
The AJAX transport.

Description:

Make a request to the given url using the given method and parameters.

User Comments

  • Posted By
  • Posted On
  •  
  • Comment

Comment Submission

Found something wrong with the information or you just want to speak your mind? Send us a comment.

  • Nickname:
  • Comment:
  • Captcha:
  • Captcha
This page was last modified on: May 08, 2008.