Ajax object readystate property - AJAX Views : 1241
Tagged in : AJAX
Send mail vote down 0 vote down 0
Four readystate propeties are available for ajax object,
0 - Uninitialized
> Object is not initialized with data.
1 - Loading
> Object is loading its data.
2 - Loaded
> Object has finished loading its data.
3 - Interactive
> User can interact with the object even though it is not fully loaded.
4 - Complete
> Object is completely initialized.
By - Ramya, On - 2008-04-17




    Login to add Comments .