Dave, that places it 'inline'. How about a floating DHTML/Javascript window?

-----Original Message-----
From: Dave Francis [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 31, 2005 12:25 PM
To: CF-Talk
Subject: RE: Is this possible?


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










~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:208051
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

Reply via email to