Click to See Complete Forum and Search --> : redirecting a window after a whole lot of stuff has been pre-loaded


Wozza
08-04-2003, 06:01 AM
Likesay...yeah...ken?

Essentially, what I want to do is have the user arrive at a page (page 1), which will display a 'loading' message, as the images and whatnot for page 2 are precached (I think that's what it's called...). Once the precaching (or whatever) is done, this page would redirect them to page 2, which will display pretty much instantly, since there is very little downloading left to be done (yeah yeah, broadband, I know. I'm working for the dwindling few who, like myself, battle on with dialup 'cause we ain't got no cash =P )

Any help would be most appreciated.

Cheers-
Wozza

ibidris2003
08-04-2003, 06:17 AM
Hi,

ok so you want to redirect the current page whent it is loaded to page 2. Do this in your body:

body onLoad="window.location.href=page2.html"


http://galileo.spaceports.com/~ibidris/