Question
CFLOCATION and Directory level
Hi, I have a cfm page that has a flash movie inside it.
In the flash movie I use GETURL to redirect to another cfm page which i'll call page2 for this explanation. Inside page2 I have a cflocation tag that finds a cfm page two levels up the directory chain and I'll call this page page3. The code I us to go up 2 levels is ‘../../page3.cfm’ but the error I get back from CF is that CF trying to find page3 in the same directory as page2.
Can anybody give me a pointer on why and how to solve this.
Thanks in advance for any help.
Cheers Simon
In the flash movie I use GETURL to redirect to another cfm page which i'll call page2 for this explanation. Inside page2 I have a cflocation tag that finds a cfm page two levels up the directory chain and I'll call this page page3. The code I us to go up 2 levels is ‘../../page3.cfm’ but the error I get back from CF is that CF trying to find page3 in the same directory as page2.
Can anybody give me a pointer on why and how to solve this.
Thanks in advance for any help.
Cheers Simon