<!--- Define CSS --->
<style type="text/css" media="screen">
@import url("CSS/style.css");
</style>
I have tried scripting out the code in the onRequest and onApplicationstart functions within the new application.cfc without success.
<cffunction name="onApplicationstart" returnType="boolean" output="false">
<cfset app_name="appName">
<!--- Define Application Datasource --->
<cfif NOT IsDefined("application.datasource")>
<cfset application.datasource="appDatabase">
</cfif>
<style type="text/css" media="screen">
@import url("/CSS/style.css");
</style>
<cfreturn true>
</cffunction>

New Topic/Question
Reply




MultiQuote




|