This works (in IE - didn't test any others) <div id="A" style="display:none"> <cfdump var=#URL#> </div> <img src="xyz.gif" width="30" height="30" onMouseover="A.style.display='';">
-----Original Message----- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 31, 2005 11:59 AM To: CF-Talk Subject: RE: Is this possible? ugh, that sounds like fun. :( -----Original Message----- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 31, 2005 11:49 AM To: CF-Talk Subject: RE: Is this possible? You'd probably have to write your own tag to simulate the <cfdump>. The original <cfdump> does a bunch of tag closing and stuff to make sure it's not in any sort of unfinished table or whatever. The rest should be easy. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -----Original Message----- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 31, 2005 11:25 AM To: CF-Talk Subject: Is this possible? Is this possible? I have an image that when I mouseover, I want a floating DHTML window to appear and the contents of the window to be the <cfdump>ing of a structure's values? Any thoughts on how to do this? Thanks, Che ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:208047 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

