Question
Page Re-direct from Application.cfm file
I am trying to do a page re-direct from Application.cfm file
based on a particular application variable. I have tried both the
below mentioned options, but it didn't work
1) Javascript - location.href
2) <CFLOCATION> tag
I need to pass the value of the application variable in the URL to the next page. The page keeps on spinning and it's not reaching the destination. But I have one more redirect in the same page which is working fine.
Pls advice
Thanks in advance
1) Javascript - location.href
2) <CFLOCATION> tag
I need to pass the value of the application variable in the URL to the next page. The page keeps on spinning and it's not reaching the destination. But I have one more redirect in the same page which is working fine.
Pls advice
Thanks in advance
