home / experts / javascript / column48 |
|
The Application Object's Methods, Part III
Returns the HTTP status code for the given URL. The text of the server response is returned in the second parameter (
The next expression evaluates to 400, because the specified file doesn't exist:
Hides the progress bar. This method doesn't require any arguments. It merely performs a simple operation. Take a look at the status area when the progress bar is hidden:
Converts the case of the given string to uppercase, if
Extracts the value of a given attribute (
Keep in mind that HTML is case-insensitive, so the following statement returns the same value:
|
Produced by Yehuda Shiran and Tomer Shiran
Created: September 13, 1999
Revised: September 13, 1999
URL: http://www.webreference.com/js/column48/appmet3.html