Question about web browsers....

rstove02

Senior member
Apr 19, 2004
508
0
71
Are images, java scripts and such still downloaded by the browser even if displaying/loading them is disabled via the browser control panel?
 

Atheus

Diamond Member
Jun 7, 2005
7,313
2
0
Javascript will be downloaded if it is included in the HTML files, and possibly even if the HTML references a js file, but will not be executed in either case if it is turned off.