|
|
Q411 How do I stop old versions of netscape (pre 3) and Internet Explorer (pre 4) from giving errors due to them not seeing *.js files which define functions used later in the page?
irt.org | Knowledge Base | JavaScript | Source | Q411 [ previous next ] Q411 How do I stop old versions of netscape (pre 3) and Internet Explorer (pre 4) from giving errors due to them not seeing *.js files which define functions used later in the page?Set a variable in the *.js file to true:
And then in library.js:
And then you can check this before invoking any functions stored in library.js:
|
-- div -->
|