JavaScript Mini-FAQ Sooner, or later, as we start learning and using JavaScript, we will all have questions we want answered. One author, Danny Goodman, has compiled a list of typical questions people ask when starting out with JavaScript.
Name:
Tom
Subject:
total newbie question
Date:
08-03-1999 04:01PM
I'm trying to have a page load one include-file if browser is JavaScript-enabled but a different include file if "noscript" used - but I don't want to load BOTH include files for filesize concerns..
I'm dealing with two big files (includes), and don't want older browsers to wait the additional download time. But I can't seem to get around the literal translation, if asci-equivs are used...
[code]