I have tried that as well two different ways. One way was to put in the
relative path in relation to the virtual directory
<cfajaximport SCRIPTSRC="CFIDE/scripts" tags="cfdiv">
<cfdiv bind="url:GetTestPage.cfm"></cfdiv>
This gave me the same error as before.
Then I tried with an absolute path
<cfajaximport SCRIPTSRC="D:/Inetpub/wwwroot/CFIDE/scripts" tags="cfdiv">
<cfdiv bind="url:GetTestPage.cfm"></cfdiv>
and got a javascript error 'Coldfusion' is undefined.
I know the 'Coldfusion' is undefined error comes up when it cannot find the
scripts directory at all so the absolute path was incorrect.
The error about "Error processing javascript in markup for element
cf_divXXXXXXXXX: [Enable debugging by adding 'cfdebug; to your URL paramenters
to see more information]"
i think is coming up because of something to do with security permissions but
for th elife of me cant figure out what.
|