 |
JavaScript Kit- Ajax Reference (XMLHttpRequest object)
Methods Description abort() Aborts the current Ajax request that's in session. readyState property is reset to 0. Since the XMLHttpRequest() object doesn't have a built-in timer you can use to specify when abort() should be called, you need to build your
www.javascriptkit.com |
 |