|
|
Q1671 How can I prevent an external JavaScript file from loading until called for by the click of a button?
irt.org | Knowledge Base | JavaScript | Source | Q1671 [ previous next ] Q1671 How can I prevent an external JavaScript file from loading until called for by the click of a button?You can load the JavaScript source file into an inline frame (Internet Explorer all versions and Netscape Navigator 6+), or you could load it into a layer (Netscape Navigator 4):
And in test.htm:
And in test.js:
Feedback on 'Q1671 How can I prevent an external JavaScript file from loading until called for by the click of a button?' |
-- div -->
|