[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Preloading Images


Subject: Preloading Images
From: "Sia Rahimi" <sia_rahimi@xxxxxxxxxxx>
Date: Mon, 17 Jul 2000 17:28:53 PDT

XSL Gururs,

Given the XML:

<?xml version="1.0"?>
<LeftNavList>
	<PreLoadImage>images/image1</PreLoadImage>
	<PreLoadImage>images/image2</PreLoadImage>
	<PreLoadImage>images/image3</PreLoadImage>
</LeftNavList>

I would like to generate the following html snippet:

<body bgcolor="#ffffff" onLoad="PreloadImages
('images/image1.gif','images/image2.gif','images/image3.gif');">


I would appreciate any help you may provide.


Thanks very much.


________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list




Current Thread