Web design rates - L LINK.rel (Property) This property reflects the
L LINK.rel (Property) This property reflects the downloading state of an object associated with a tag. Sometimes, you can design scripts to execute while the document is downloading; inline scripts for example. At that time, you may even be able to trigger interval-timed, deferred executions, as well. If it is important that the document has completed loading before your script attempts to execute, you can check this property for one of the following values: State Value uninitialized The object is first instantiated but has not begun loading. loading The object has commenced loading. loaded The object has completed loading. interactive The object is loaded but not yet closed but is ready to handle interaction. complete The object body has been closed and the loading is finished. An object may not need to reflect the complete status before you can commence operating on it. Other objects may require that they are completely loaded. For example, you cannot create an OBJECT object that represents an