First, you must set DynamicContentVariable to some value

<cfset DynamicContentVariable="loademup();">

Then you must output the variable using cold fusion

<body onload="<cfoutput>#DynamicContentVariable#</cfoutput>">

Finally, it must be saved as a .cfm file (or a file type handled by the Cold Fusion 
Server)

(Hope this is what you were asking)
Jerry Johnson

>>> [EMAIL PROTECTED] 07/26/02 04:17PM >>>
How does one go about putting dynamic content into the body tag?

you know... perhaps something like:

<body onload="#DynamicContentVariable#">

thanks
Brian


______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to