|
|
Q36 Is it possible to load several predefined www pages into one window sequentially?
irt.org | Knowledge Base | JavaScript | Window | Q36 [ previous next ] Q36 Is it possible to load several predefined www pages into one window sequentially?You can use a hidden frame to preload a document:
In that hidden preloaded document, i.e. "2nd.html", you can utilise the onLoad event to preload another hidden document:
Note this will only trigger the preloading of the next document if it loaded in the invisible window. Feedback on 'Q36 Is it possible to load several predefined www pages into one window sequentially?' |
-- div -->
|