<script> refs
Trying to troubleshoot a problem with a Digital Crew UDI component, which seems to be having trouble locating some <script> files, i.e. I get a bunch of "object expected" errors on all of the javascript functions unless I copy the <script> file into the caller. Unfortunately this isn't a solution becuase I've got many script tags pointing to a whole host of files. So my question is "Is there a switch to tell it to use relative or fully quallified paths for script files?" Originally my tag looked like this:
<script language="JavaScript1.2" src="js_editrecord_dyn.cfm?ref=<cfoutput>#ref#</cfoutput>"></script>
but I've also tried this without any luck:
<script language="JavaScript1.2" src="/dcCom/components/udi/js_editrecord_dyn.cfm?ref=<cfoutput>#ref#</cfoutput>"></script>
Thanks
