From: Brad C. <yo...@br...> - 2005-05-04 17:57:59
|
HtmlUnit doesn't load images at all. Is there something else that's broken? Brad C --- Dave Kosenko <dko...@ve...> wrote: > > Any thoughts on when the Image datatype in javascript will be fully implemented > in HTMLUnit? > > For javascript executed in any major web browser you can declare a variable > of type > Image and then assign a value to the src property. If that value is an URL, it > will be downloaded and cached in the browser, but not, at that point, > displayed. It > can be displayed later if desired, via document.write() for example. > > I am working with some javascript code that uses this Image functionality to > communicate performance data (time to render first byte, time to render > entire page, > for example) to a server by encoding it in the URL assigned to the src > property. > Sadly, without the Image datatype being fully implemented, this > functionality does > not work in HTMLUnit. > > Thanks, > Dave > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. > Get your fingers limbered up and give it your best shot. 4 great events, 4 > opportunities to win big! Highest score wins.NEC IT Guy Games. Play to > win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 > _______________________________________________ > Htmlunit-user mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlunit-user > |