Thanks for the tips, however, I still have the same problems.  

When I view the header as a separate page with the dtml in IE4 it shows up.  When I 
view a page with the header as a cfinclude the dhtml does not show up.

Thanks



Dave Clay
Internet Facilitator
Trus Joist, A Weyerhaeuser Business

>>> [EMAIL PROTECTED] 04/01/00 04:31PM >>>
> Does any one know why the <cfinclude> does not allow a dhtml script to be
visiable in IE 4?

Dave,

All CFINCLUDE does is basically insert the text/code in the external file
into the body of the main template.  As a result, I doubt that CFINCLUDE is
itself responsible for the script not being sent to the browser.

Some things to check:

1) View source in the browser and try and reconcile what you see with what
you think your code should produce
2) Check for <CFSETTING ENABLECFOUTPUT="Yes"> anywhere.  If this setting is
set to YES than your script might not be sent to the browser (unless it is
in a CFOUTPUT block)

Other than that I can't tell you much without a more detailed description of
your problem.

Regards,
Seth Petry-Johnson
Argo Enterprise and Associates

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk 
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to