Skip to main content
Inspiring
October 14, 2011
Question

Redirecting a user back to a page without user intervention

  • October 14, 2011
  • 1 reply
  • 602 views

Appreciate thoughts on the best way to send a user back to  submitted page with no loss of form data etc 

I tried this, but it didn't work

<CFLOCATION URL="javascript:history.back()">

Thanks

Mark

This topic has been closed for replies.

1 reply

Inspiring
October 14, 2011

Your effort didn't work because you tried to combine cf and js code.  Just use one.  I'd go with js myself.