macromedia.coldfusion.getting_started
[Top] [All Lists]

Re: ajax tags under CFIDE virtual directory not working

Subject: Re: ajax tags under CFIDE virtual directory not working
From: "michin11"
Date: Thu, 22 Nov 2007 16:24:57 +0000 UTC
Newsgroups: macromedia.coldfusion.getting_started

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.


<Prev in Thread] Current Thread [Next in Thread>