|
From: Raymond I. <xw...@ya...> - 2003-09-05 16:06:12
|
This is an IE problem.
To resolve this preload your images using the
execInParent function
example:
io.execInParent(function(){
dynapi.functions.getImage('myimage.gif',10,10);
})
--
Raymond Irving
--- Daniel Tiru <de...@ti...> wrote:
> Hi folks!
>
> I have made a example for you all that have access
> to use asp.
>
> Its a big(huge) problem with the ioelement and to
> load in images from
> the ioelement page/function into the parent.
>
> The files contains 3 files,
> first page is:
> ioelementimage.html
> that have 3 layers, clicking on the top left makes
> the io request to:
> getimage.asp witch loads in plump.gif into the left
> and right layer. IF
> you click one more time it will use setHTML('') on
> both layers.
>
> Left layer loads in images with use of
> dynapi.functions.Image and the
> getHTML() function.
>
> The Right Layer loads in images with plain html <img
> src="plump.gif">
>
> What you will see is that the images wont load, some
> will and some
> wont... This is compleatly random and the image
> "containers" is there,
> if you right click where a image should be, in IE
> you get the "show
> picture" and when that is done, you will see the
> image.
>
> This is really strange and i think its a mayor issue
> that we need to dig
> into.
> If you have any questions, dont hesitate to ask me.
>
> Best Regards
> Daniel Tiru
>
> ATTACHMENT part 2 application/octet-stream
name=ioelement_test.zip
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
|