|
<SCRIPT ...>DEFER | Usage Recommendation |
|---|
| use it, but don't rely on it |
By default, when you use <SCRIPT SRC="...">DEFER
DEFERdocument.write()). In those situations it is better to let the user see the page while the sacript.
For example, the following code indicates that the page should load the
delscript.js script, but should do so in the background.
delscript.js takes at least ten seconds to load (it was designed that way to simulate a lengthy download).
| this code | produces this |
<SCRIPT SRC="../cgi-bin/delscript.js" DEFER ></SCRIPT> |
this page |
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.