Re: how to preload Images by Osamu
Osamu
Thu Jul 17 21:15:15 CDT 2003
Thanks Walter,
By the way, how can I use the preloaded MyImage Object
to view in the pages? Maybe;
document.write MyImage
or
<Img id=MyImage >
or someway else...????
"Walter Zackery" <PleaseRespond@Newsgroup.com> wrote in message
news:%23hlygTITDHA.1916@TK2MSFTNGP12.phx.gbl...
> Set MyImage = Image(800,600)
> MyImage.Src = "myBigImage.jpg"
>
> "Osamu Terao" <hag83950@ams.odn.ne.jp> wrote in message
> news:%23dVgOkHTDHA.3132@tk2msftngp13.phx.gbl...
> > I would like to some big volume images to be preloaded as
> > the HTML page opening. Then how to describe the function
> > in VBScript?
> >
> > If any, please let me know.
> >
> > Thanks,
> > regard.
> >
> >
> >
> > --
> >
> > -----------------------------------------
> > Osamu Terao
> > Email: hag83950@ams.odn.ne.jp
> > -----------------------------------------
>
>