> 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.