Questions tagged [cflocation]

cflocation is CFML tag, which stops execution of the current page and opens a ColdFusion page or HTML file.

cflocation is CFML tag, which stops execution of the current page and opens a ColdFusion page or HTML file.

20 questions
0
votes
0 answers

ColdFusion cflocation token problem Chrome

I'm having an odd issue with cflocation and Chrome. I have the following cflocation in my code after user logs in. Everything works fine Firefox and IE. When I run it using Chrome, it sets the…
myTest532 myTest532
  • 2,091
  • 3
  • 35
  • 78
0
votes
0 answers

Can I use cflocation and/or cfhttp to mimic a javascript redirect with form post?

I have a project that is requiring me to Post login data to another domain. After the form submission a cookie is set in the browser and the user is redirected. I've been able to accomplish this with javascript as follows:
Stephen Sharpe
  • 167
  • 1
  • 8
0
votes
1 answer

ColdFusion cflocation to new tab

How can I use cflocation to open new tab? I submit a form, then it should open a new tab and redirect the original page. Is it possible? Then in the test.cfm