Online Shopping : Computers : Programming : Languages : JavaScript : Document

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

109 of 138 people (79%) answered Yes
Recently 9 of 10 people (90%) answered Yes

Entry

What is SCRIPT DEFER good for?

Apr 12th, 2000 07:01
Martin Honnen,


You should set DEFER on SCRIPT blocks which don't produce page content 
(e.g. document.write stuff) as that allows the browser to continue (and 
thereby speed up) page layout while processing the script.