Download time
-
Hi When you include a src="javascript.js" in your html code, am I correct in assuming that only the actual html file are downloaded by the user, and you will save download time because the code in the .js file are only downloaded when used? Or are both the html file and the .js file downloaded when the page is opened? tx
-
Hi When you include a src="javascript.js" in your html code, am I correct in assuming that only the actual html file are downloaded by the user, and you will save download time because the code in the .js file are only downloaded when used? Or are both the html file and the .js file downloaded when the page is opened? tx
Both files are downloaded. Regards, Brian Dela :-)
-
Hi When you include a src="javascript.js" in your html code, am I correct in assuming that only the actual html file are downloaded by the user, and you will save download time because the code in the .js file are only downloaded when used? Or are both the html file and the .js file downloaded when the page is opened? tx