|
|
Q599 How can I vary the *.js source file associated with the current page, but without loading the current page?
irt.org | Knowledge Base | JavaScript | Source | Q599 [ previous next ] Q599 How can I vary the *.js source file associated with the current page, but without loading the current page?You can do this by changing the location of another frame:
You can change the location of the source frameset from the html frameset with:
In each source html file you can specify a different JavaScript *.js source file, e.g. in source1.htm:
and in source2.htm:
You can utilise the relevant functions in the JavaScript source files from the html page with:
Feedback on 'Q599 How can I vary the *.js source file associated with the current page, but without loading the current page?' |
-- div -->
|