Pre-loading windows

My web project has approx 6 pages that the user will be using and I would like to in effect pre-load these when the first page (a loading page) is displayed so that when I use the open method they appear quickly to the user. In VB you had a load method but I cannot see this in Xojo. Are the pages loaded once they have been DIM’d or is their something more I need to do?