Shawn, In order for regular still images to appear in web pages in the standard way, you need to use some type of IMG tag. You could conditinonally write the <IMG> tag with an "if" and "document.write" in javascript, then reassign the properties of the <IMG> tag.
Cheers, Jon -----Original Message----- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 3:36 PM To: CF-Talk Subject: OT: Dynamic creation of Images via JS? I know I can create an Image Object, and adjust it's properties in JS. But I can't seem to figure out how to make that image visible, without first creating an IMG tag, then dynamically set the source. Is it possible to create and display an image object in JS without an IMG tag? Thanks ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

